diff --git a/galaxy/__init__.py b/galaxy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/setup.py b/setup.py index 153fe1c..057c8b5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.4", + version="0.5", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',