Bump version to v2.0.4

wip v2.0.4
jaseg 2021-02-07 13:19:45 +01:00
rodzic 56c6443301
commit 5e04765842
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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