Skip to content

Commit b652350

Browse files
authored
Bump version: 3.1.2 β†’ 3.1.3 (#640)
1 parent 8b1b14a commit b652350

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.1.2
2+
current_version = 3.1.3
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.1.2'
12+
__version__ = '3.1.3'
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.1.2',
98+
version='3.1.3',
9999
# fmt: on
100100
zip_safe=False,
101101
)

0 commit comments

Comments
Β (0)