Bump version to v2.1.0

This commit is contained in:
jaseg 2021-04-25 18:44:09 +02:00
parent 5bb733e559
commit ca6e6abfdc

View file

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