Skip to content

Commit

Permalink
Bump version: 1.1.0 → 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jul 11, 2018
1 parent 8339f9f commit 78195e4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = 1.1.0
current_version = 1.1.1
commit = True
tag = True
files = pvmacros/__init__.py PVGeo/__init__.py PVPlugins/__init__.py setup.py
Expand Down
2 changes: 1 addition & 1 deletion PVGeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '1.1.0'
__version__ = '1.1.1'
__displayname__ = 'PVGeo'
2 changes: 1 addition & 1 deletion PVPlugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '1.1.0'
__version__ = '1.1.1'
2 changes: 1 addition & 1 deletion pvmacros/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '1.1.0'
__version__ = '1.1.1'


def deleteDownstream(input=None):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import setuptools

__version__ = '1.1.0'
__version__ = '1.1.1'

with open("README.md", "r") as f:
long_description = f.read()
Expand Down

0 comments on commit 78195e4

Please sign in to comment.