Skip to content

Commit

Permalink
Bump version: 4.3.2 → 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laszewsk committed May 10, 2022
1 parent a6dd8df commit 8ec976f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.3.2
current_version = 4.3.3
commit = True
tag = False

Expand All @@ -8,6 +8,5 @@ tag = False
[bumpversion:file:./cloudmesh/slurm/__version__.py]

[bumpversion:file:./cloudmesh/slurm/__init__.py]

search = version: {current_version}
replace = {new_version}
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.3.2
4.3.3
2 changes: 1 addition & 1 deletion cloudmesh/slurm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.3.2"
__version__ = "4.3.3"

from cloudmesh.slurm.slurm import Slurm
2 changes: 1 addition & 1 deletion cloudmesh/slurm/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "4.3.2"
version = "4.3.3"

0 comments on commit 8ec976f

Please sign in to comment.