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