Bump version to v2.0.8

This commit is contained in:
jaseg 2021-04-05 14:01:28 +02:00
parent 5d1bcd7fc0
commit ee580d1642

View file

@ -34,7 +34,7 @@ class CustomInstall(install):
setup(
cmdclass={'install': CustomInstall},
name = 'gerbolyze',
version = '2.0.6',
version = '2.0.8',
py_modules = ['gerbolyze'],
package_dir = {'': 'gerbolyze'},
entry_points = '''