diff --git a/setup.py b/setup.py index 8b8e373..5a3879a 100755 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ class CustomInstall(install): setup( cmdclass={'install': CustomInstall}, name = 'gerbolyze', - version = '2.0.5', + version = '2.0.6', py_modules = ['gerbolyze'], package_dir = {'': 'gerbolyze'}, entry_points = '''