Skip to content

Commit

Permalink
Bump version: 0.0.3 → 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Jul 10, 2020
1 parent cb30fb3 commit aaaacdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.3
current_version = 0.0.4
commit = True
tag = True
tag_name = v{new_version}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
setup(
install_requires=["grpcio==1.30.0", "protobuf==3.12.2", "six==1.15.0"],
name="pygate_grpc",
version="0.0.3",
version="0.0.4",
description="A Python interface to Textile's Powergate Filecoin API",
url="https://github.com/pygate/pygate-gRPC",
author="Pygate Team",
Expand Down

0 comments on commit aaaacdd

Please sign in to comment.