Skip to content

Commit

Permalink
Bump to version 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bc118 committed Dec 1, 2024
1 parent db629fc commit 4e20064
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
# built documents.
#

version = "0.1.8"
release = "0.1.8"
version = "0.1.9"
release = "0.1.9"


# The language for content autogenerated by Sphinx. Refer to documentation
Expand Down
2 changes: 1 addition & 1 deletion mosdef_dihedral_fit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
)
from mosdef_dihedral_fit.utils.math_operations import dihedral_angle

__version__ = "0.1.8"
__version__ = "0.1.9"
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.8
current_version = 0.1.9
commit = True
tag = True
message = Bump to version {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#########################################
NAME = "MoSDeF-dihedral-fit"
VERSION = "0.1.8"
VERSION = "0.1.9"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit 4e20064

Please sign in to comment.