Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
apogiatzis committed Aug 2, 2020
1 parent f21f0a3 commit 1ba13a4
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.6
current_version = 0.0.7
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.6",
version="0.0.7",
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 1ba13a4

Please sign in to comment.