Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdefever committed Dec 14, 2020
1 parent 69781f3 commit 17cb9d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[bumpversion]
current_version = 0.2.3
current_version = 0.3.0
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:mosdef_cassandra/__init__.py]
2 changes: 1 addition & 1 deletion mosdef_cassandra/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .writers.inp_functions import print_valid_kwargs
from .writers.writers import print_inputfile

__version__ = "0.2.3"
__version__ = "0.3.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

#####################################
VERSION = "0.2.3"
VERSION = "0.3.0"
ISRELEASED = False
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 17cb9d2

Please sign in to comment.