Skip to content

Commit f7d7ef9

Browse files
author
BumpVersion Action
committed
Bump version: 1.7.3 → 1.7.4 [skip ci]
1 parent 848a455 commit f7d7ef9

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 = 1.7.3
4+
current_version = 1.7.4
55
message = Bump version: {current_version} → {new_version} [skip ci]
66

77
[bumpversion:file:nowcasting_datamodel/__init__.py]

nowcasting_datamodel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Init file"""
22

3-
__version__ = "1.7.3"
3+
__version__ = "1.7.4"
44

55
N_GSP = 342

0 commit comments

Comments
 (0)