From 48e54a8460c15fcee3368abcec080ec88797f76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kierski?= Date: Wed, 20 Feb 2019 14:09:34 +0100 Subject: [PATCH] Revert "Make galaxy namespace package" --- galaxy/__init__.py | 0 setup.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 galaxy/__init__.py 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',