Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamsn97 committed Feb 28, 2021
1 parent c9b13aa commit 7427020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="test_evocraft_py",
version='0.1.6',
version='0.1.7',
license='MIT',

author="Shyam Sudhakaran",
Expand Down
2 changes: 1 addition & 1 deletion test_evocraft_py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

"""evocraft-py - Python client for Evocraft"""

__version__ = '0.1.6'
__version__ = '0.1.7'
__all__ = []

0 comments on commit 7427020

Please sign in to comment.