Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed May 7, 2020
1 parent 124b2ea commit 47c81f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
)
2 changes: 1 addition & 1 deletion snowline.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 47c81f1

Please sign in to comment.