Skip to content

Commit 0d198dc

Browse files
authored
Bump version: 0.4.1 → 0.4.2 (#304)
1 parent 1d877e3 commit 0d198dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.1
2+
current_version = 0.4.2
33
files = outsource/__init__.py
44
commit = True
55
tag = True

outsource/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.1"
1+
__version__ = "0.4.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool]
22
[tool.poetry]
33
name = "xe-outsource"
4-
version = "0.4.1"
4+
version = "0.4.2"
55
description = "Job submission of reprocessing"
66
readme = "README.md"
77
authors = [

0 commit comments

Comments
 (0)