Skip to content

Commit 461473c

Browse files
authored
Merge pull request #16 from oceanprotocol/develop
Develop
2 parents 7b1f4d1 + 8842b1f commit 461473c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.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.0.1
2+
current_version = 0.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
test_suite='tests',
4141
tests_require=test_requirements,
4242
url='https://github.com/oceanprotocol/provider-backend',
43-
version='0.0.1',
43+
version='0.1.0',
4444
zip_safe=False,
4545
)

0 commit comments

Comments
 (0)