Bump version to v2.0.2

This commit is contained in:
jaseg 2021-02-06 19:27:42 +01:00
parent 79db262858
commit 61e98b439c

View file

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