Skip to content

Commit bb8b72e

Browse files
author
BumpVersion Action
committed
Bump version: 3.0.0 → 3.0.1
1 parent c6e6beb commit bb8b72e

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 = 3.0.0
4+
current_version = 3.0.1
55

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="metnet",
12-
version="3.0.0",
12+
version="3.0.1",
1313
packages=find_packages(),
1414
url="https://github.com/openclimatefix/metnet",
1515
license="MIT License",

0 commit comments

Comments
 (0)