diff --git a/open_buildings/__init__.py b/open_buildings/__init__.py index 60fed8b..bb45422 100644 --- a/open_buildings/__init__.py +++ b/open_buildings/__init__.py @@ -2,6 +2,6 @@ __author__ = """Chris Holmes""" __email__ = 'homie@gmail.com' -__version__ = '0.0.1' +__version__ = '0.0.2' from .open_buildings import * \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 5fef83e..4dd27e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True tag = True @@ -18,5 +18,3 @@ universal = 1 exclude = docs [aliases] -# Define setup.py command aliases here - diff --git a/setup.py b/setup.py index 30e1dfb..84634f4 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/opengeos/open-buildings', - version='0.0.1', + version='0.0.2', zip_safe=False, )