We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc419a commit bae4cb7Copy full SHA for bae4cb7
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.0.1
+current_version = 1.0.2
3
commit = True
4
tag = True
5
tag_name = v{new_version}
setup.py
@@ -18,7 +18,7 @@
18
"wrapt==1.12.1",
19
],
20
name="pygate_grpc",
21
- version="1.0.1",
+ version="1.0.2",
22
description="A Python interface to Textile's Powergate Filecoin API",
23
url="https://github.com/pygate/pygate-gRPC",
24
author="Pygate Team",
0 commit comments