Skip to content

Commit 285c903

Browse files
authored
Bump version: 3.0.2 β†’ 3.1.0 (#573)
1 parent cdaf99c commit 285c903

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 = 3.0.2
2+
current_version = 3.1.0
33
commit = True
44
tag = True
55

β€Žaquarius/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
__author__ = """OceanProtocol"""
1010
# fmt: off
1111
# bumpversion needs single quotes
12-
__version__ = '3.0.2'
12+
__version__ = '3.1.0'
1313
# fmt: on

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
url="https://github.com/oceanprotocol/aquarius",
9696
# fmt: off
9797
# bumpversion needs single quotes
98-
version='3.0.2',
98+
version='3.1.0',
9999
# fmt: on
100100
zip_safe=False,
101101
)

0 commit comments

Comments
Β (0)