Skip to content

Commit

Permalink
Bump to version 0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bc118 committed Dec 3, 2024
1 parent 36e7ddf commit bfead16
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.11"
release = "0.1.11"
version = "0.1.12"
release = "0.1.12"


# 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.11"
__version__ = "0.1.12"
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.11
current_version = 0.1.12
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.11"
VERSION = "0.1.12"
ISRELEASED = True
if ISRELEASED:
__version__ = VERSION
Expand Down

0 comments on commit bfead16

Please sign in to comment.