diff --git a/setup.py b/setup.py index 6362a9e..a0516c4 100755 --- a/setup.py +++ b/setup.py @@ -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 = '''