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