We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d877e3 commit 0d198dcCopy full SHA for 0d198dc
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.4.1
+current_version = 0.4.2
3
files = outsource/__init__.py
4
commit = True
5
tag = True
outsource/__init__.py
@@ -1 +1 @@
-__version__ = "0.4.1"
+__version__ = "0.4.2"
pyproject.toml
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "xe-outsource"
-version = "0.4.1"
+version = "0.4.2"
description = "Job submission of reprocessing"
6
readme = "README.md"
7
authors = [
0 commit comments