diff --git a/setup.cfg b/setup.cfg index 32530ba..ee6fdcd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.5 +current_version = 0.1.6 commit = True tag = True diff --git a/setup.py b/setup.py index 8fbd08f..04a21fb 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.5", + version="0.1.6", zip_safe=False, ) diff --git a/wwtp_configuration/__init__.py b/wwtp_configuration/__init__.py index eb7135b..59ae611 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.5" +__version__ = "0.1.6" def get_module_version():