diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a58926c..efabf3e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.3.0 commit = True tag = True diff --git a/setup.py b/setup.py index 7aae667..5fb3d2b 100644 --- a/setup.py +++ b/setup.py @@ -53,5 +53,5 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/JohannesBuchner/snowline', - version='0.2.0', + version='0.3.0', ) diff --git a/snowline.py b/snowline.py index 1a2b55a..e37b263 100644 --- a/snowline.py +++ b/snowline.py @@ -24,7 +24,7 @@ __all__ = ['ReactiveImportanceSampler'] __author__ = """Johannes Buchner""" __email__ = 'johannes.buchner.acad@gmx.com' -__version__ = '0.2.0' +__version__ = '0.3.0' # Some parts are from the nnest library by Adam Moss (https://github.com/adammoss/nnest)