Skip to content

Commit 34d16a2

Browse files
committed
Bumpversion 0.3 -> 0.3.1
1 parent 98d195f commit 34d16a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.4.0
4+
current_version = 0.3.1
55

66
[bumpversion:file:setup.py]
77
search = {current_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ How to spin up a Spot instance and attach an EBS volume (90 sec video)
1212

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

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

1717
_Note: Infinity requires Python3_
1818

infinity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.3"
1+
__VERSION__ = "0.3.1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="infinity",
6-
version="0.3",
6+
version="0.3.1",
77
author="Naren Thiagarajan",
88
author_email="[email protected]",
99
url="http://narenst.github.io/",

0 commit comments

Comments
 (0)