diff --git a/jasentool/__init__.py b/jasentool/__init__.py index e44e71f..d965231 100644 --- a/jasentool/__init__.py +++ b/jasentool/__init__.py @@ -13,4 +13,4 @@ __status__ = 'Production' __title__ = 'jasentool' __url__ = 'https://github.com/ryanjameskennedy/jasentool.git' -__version__ = '0.1.0' +__version__ = '0.2.0' diff --git a/jasentool/__version__.py b/jasentool/__version__.py deleted file mode 100644 index b62316d..0000000 --- a/jasentool/__version__.py +++ /dev/null @@ -1,2 +0,0 @@ -"""Jasentool version""" -VERSION = "0.2.0"