diff --git a/.bumpversion.cfg b/.bumpversion.cfg index deca519d..a6065ac9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,6 @@ [bumpversion] -current_version = 0.7.0 +current_version = 0.7.1 commit = True tag = True files = src/_commit_bump.sh src/python_filter_generator.py pvmacros/__init__.py PVGeo/__init__.py + diff --git a/PVGeo/__init__.py b/PVGeo/__init__.py index 0e05fd26..ec26a152 100644 --- a/PVGeo/__init__.py +++ b/PVGeo/__init__.py @@ -11,7 +11,7 @@ __author__ = 'Bane Sullivan' __license__ = 'BSD-3-Clause' __copyright__ = '2018, Bane Sullivan' -__version__ = '0.7.0' +__version__ = '0.7.1' def checkNumpy(): import numpy as np diff --git a/pvmacros/__init__.py b/pvmacros/__init__.py index ded38956..420cc5c4 100644 --- a/pvmacros/__init__.py +++ b/pvmacros/__init__.py @@ -8,7 +8,7 @@ __author__ = 'Bane Sullivan' __license__ = 'BSD-3-Clause' __copyright__ = '2018, Bane Sullivan' -__version__ = '0.7.0' +__version__ = '0.7.1' def deleteDownstream(input=None): diff --git a/src/_commit_bump.sh b/src/_commit_bump.sh index bb6e70ce..67f6162f 100644 --- a/src/_commit_bump.sh +++ b/src/_commit_bump.sh @@ -1,5 +1,5 @@ #!/bin/bash -VERSION="0.7.0" +VERSION="0.7.1" # Build on bumped version if [ "$#" -eq 1 ]; then diff --git a/src/python_filter_generator.py b/src/python_filter_generator.py index 9561e3c4..52ebb54b 100755 --- a/src/python_filter_generator.py +++ b/src/python_filter_generator.py @@ -10,7 +10,7 @@ Pat Marion (see blog post url above) for the foundation of this script """ -__version__ = '0.7.0' +__version__ = '0.7.1' import os import sys