diff --git a/setup.cfg b/setup.cfg index 5823e6e..32530ba 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.4 +current_version = 0.1.5 commit = True tag = True diff --git a/setup.py b/setup.py index b386294..8fbd08f 100644 --- a/setup.py +++ b/setup.py @@ -65,6 +65,6 @@ extras_require=extra_requirements, test_suite="tests", url="https://github.com/we3lab/wwtp-configuration", - version="0.1.4", + version="0.1.5", zip_safe=False, ) diff --git a/wwtp_configuration/__init__.py b/wwtp_configuration/__init__.py index d8d7803..eb7135b 100644 --- a/wwtp_configuration/__init__.py +++ b/wwtp_configuration/__init__.py @@ -6,7 +6,7 @@ __email__ = "fchapin@stanford.edu" # Do not edit this string manually, always use bumpversion # Details in CONTRIBUTING.md -__version__ = "0.1.4" +__version__ = "0.1.5" def get_module_version():