Compare commits

...

2 Commits
0.22 ... 0.23

Author SHA1 Message Date
Romuald Juchnowicz-Bierbasz
7b9bcf86a1 Increment version 2019-04-16 14:53:57 +02:00
Romuald Juchnowicz-Bierbasz
30b3533e1d Old style namespace package 2019-04-16 14:53:28 +02:00
2 changed files with 2 additions and 1 deletions

1
galaxy/__init__.py Normal file
View File

@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.22",
version="0.23",
description="Galaxy python plugin API",
author='Galaxy team',
author_email='galaxy@gog.com',