Skip to content

Commit

Permalink
Bumpversion 0.3 -> 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
narenst committed Sep 6, 2019
1 parent 98d195f commit 34d16a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.4.0
current_version = 0.3.1

[bumpversion:file:setup.py]
search = {current_version}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ How to spin up a Spot instance and attach an EBS volume (90 sec video)

Infinity is fully a command line tool. To install infinity from GitHub master branch:

pip install git+https://github.com/narenst/[email protected]#egg=infinity
pip install git+https://github.com/narenst/[email protected].1#egg=infinity

_Note: Infinity requires Python3_

Expand Down
2 changes: 1 addition & 1 deletion infinity/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__VERSION__ = "0.3"
__VERSION__ = "0.3.1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="infinity",
version="0.3",
version="0.3.1",
author="Naren Thiagarajan",
author_email="[email protected]",
url="http://narenst.github.io/",
Expand Down

0 comments on commit 34d16a2

Please sign in to comment.