Skip to content

Commit 98af47d

Browse files
authoredFeb 18, 2025··
Bump version: 0.4.0 → 0.4.1 (#263)
1 parent 3b8cd0e commit 98af47d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1
33
files = outsource/__init__.py
44
commit = True
55
tag = True

‎outsource/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0"
1+
__version__ = "0.4.1"

‎pyproject.toml

+1-1
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.0"
4+
version = "0.4.1"
55
description = "Job submission of reprocessing"
66
readme = "README.md"
77
authors = [

0 commit comments

Comments
 (0)
Please sign in to comment.