Skip to content

Commit

Permalink
Bump version: 0.1.4rc0 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
z-haiman committed Nov 19, 2021
1 parent fd72af1 commit f35dda7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG python_version=3.7
ARG mass_version=0.1.4rc0
ARG mass_version=0.1.4
# Image to checkout and install a specific version of MASSpy
FROM python:${python_version} AS env-setup
ARG python_version
Expand Down
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.4rc0
current_version = 0.1.4
commit = True
tag = True
tag_name = v{new_version}
Expand Down
2 changes: 1 addition & 1 deletion src/mass/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from mass.util import qcqa_model, show_versions, strip_time


__version__ = "0.1.4rc0"
__version__ = "0.1.4"

# set the warning format to be prettier and fit on one line
_MASS_PATH = _dirname(_abspath(__file__))
Expand Down

0 comments on commit f35dda7

Please sign in to comment.