We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2c30c commit 484e211Copy full SHA for 484e211
2 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.1.0
+current_version = 2.1.1
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.1.0',
+ version='2.1.1',
104
# fmt: on
105
zip_safe=False,
106
)
0 commit comments