Bump version to v2.0.6

This commit is contained in:
jaseg 2021-02-17 18:59:40 +01:00
parent da9d7280d5
commit 0be9f4b3ba

View file

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