diff --git a/qdmap/__init__.py b/qdmap/__init__.py index 0e8845f..e937d8e 100644 --- a/qdmap/__init__.py +++ b/qdmap/__init__.py @@ -2,4 +2,4 @@ __author__ = """Joshua Wustner""" __email__ = 'wustner@gmail.com' -__version__ = '0.0.2' +__version__ = '0.0.3' diff --git a/setup.cfg b/setup.cfg index a47aa4c..f88e01e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = True tag = True diff --git a/setup.py b/setup.py index 3141e4f..2f46a55 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/josh-spatial/qdmap', - version='0.0.2', + version='0.0.3', zip_safe=False, )