Bump version to v2.1.1

This commit is contained in:
jaseg 2021-05-24 20:53:31 +02:00
parent 79e8da1f46
commit d23d148660

View file

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