Skip to content

Commit

Permalink
Bump version: 1.0.5 → 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jul 8, 2018
1 parent 9549d1e commit b8622d6
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.0.5
current_version = 1.0.6
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,4 +16,4 @@
__author__ = 'Bane Sullivan'
__license__ = 'BSD-3-Clause'
__copyright__ = '2018, Bane Sullivan'
__version__ = '1.0.5'
__version__ = '1.0.6'
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.0.5'
__version__ = '1.0.6'
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.0.5'
__version__ = '1.0.6'


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.0.5'
__version__ = '1.0.6'

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

0 comments on commit b8622d6

Please sign in to comment.