Bump version to 2.0.5

This commit is contained in:
jaseg 2021-02-14 12:15:19 +01:00
parent 3fc628beec
commit 901efc75c6

View file

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