Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 7a36d85

Browse files
author
BumpVersion Action
committed
Bump version: 0.0.41 → 0.0.42
1 parent c810506 commit 7a36d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.0.41
4+
current_version = 0.0.42
55

66
[bumpversion:file:nowcasting_utils/version.py]
77
search = __version__ = "{current_version}"

nowcasting_utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
""" The version of this package """
2-
__version__ = "0.0.41"
2+
__version__ = "0.0.42"

0 commit comments

Comments
 (0)