We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb1cd70 commit 176564bCopy full SHA for 176564b
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.2
+current_version = 2.0.3
3
commit = True
4
tag = True
5
setup.py
@@ -100,7 +100,7 @@
100
url="https://github.com/oceanprotocol/provider-py",
101
# fmt: off
102
# bumpversion needs single quotes
103
- version='2.0.2',
+ version='2.0.3',
104
# fmt: on
105
zip_safe=False,
106
)
0 commit comments