Skip to content

Commit b00d12b

Browse files
authored
Bump version: 0.8.5 β†’ 1.0.0-alpha.1 (#771)
1 parent 1c9ffac commit b00d12b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

β€Ž.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 = 0.8.5
2+
current_version = 1.0.0-alpha.1
33
commit = True
44
tag = True
55

β€Žocean_lib/__init__.pyβ€Ž

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

88
__author__ = """OceanProtocol"""
99
# fmt: off
10-
__version__ = '0.8.5'
10+
__version__ = '1.0.0-alpha.1'
1111
# fmt: on

β€Žsetup.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
url="https://github.com/oceanprotocol/ocean.py",
101101
# fmt: off
102102
# bumpversion.sh needs single-quotes
103-
version='0.8.5',
103+
version='1.0.0-alpha.1',
104104
# fmt: on
105105
zip_safe=False,
106106
)

0 commit comments

Comments
Β (0)