diff --git a/setup.py b/setup.py index 794cbdc..234132b 100644 --- a/setup.py +++ b/setup.py @@ -1,5 +1,5 @@ #!/usr/bin/env python - +import setuptools from distutils.core import setup try: @@ -9,7 +9,7 @@ long_description = '' setup(name='bxa', - version='2.4', + version='2.5', author='Johannes Buchner', url='https://github.com/JohannesBuchner/BXA/', author_email='johannes.buchner.acad@gmx.com',