Skip to content

Commit

Permalink
Bump to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
umesh-timalsina committed Apr 5, 2022
1 parent 0fee5db commit 6cd5853
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mosdef_gomc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from mosdef_gomc.formats.charmm_writer import Charmm
from mosdef_gomc.formats.gomc_conf_writer import GOMCControl

__version__ = "0.0.1"
__version__ = "0.1.0"
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.1.0
commit = True
tag = True
message = Bump to version {new_version}
tag_name = {new_version}

[coverage:run]
omit =
omit =
mosdef_gomc/tests/*

[coverage:report]
exclude_lines =
exclude_lines =
pragma: no cover

if 0:
if __name__ == .__main__.:
def __repr__
except ImportError
omit =
omit =
mosdef_gomc/tests/*

[bumpversion:file:mosdef_gomc/__init__.py]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#####################################
NAME = "mosdef_gomc"
VERSION = "0.0.1"
VERSION = "0.1.0"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 6cd5853

Please sign in to comment.