Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.0.0 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
varuna-sd committed Aug 7, 2020
1 parent 1e44450 commit 3e2457c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyrestest/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.0.0'
__version__ = '0.1.0'
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[bumpversion]
current_version = 0.1.0
commit = True
tag = False

[bumpversion:file:pyrestest/__init__.py]

[wheel]
universal = 1

0 comments on commit 3e2457c

Please sign in to comment.