Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
banesullivan committed Jun 11, 2018
1 parent 222198e commit 5d482b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion PVGeo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pvmacros/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion src/_commit_bump.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION="0.7.0"
VERSION="0.7.1"

# Build on bumped version
if [ "$#" -eq 1 ]; then
Expand Down
2 changes: 1 addition & 1 deletion src/python_filter_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5d482b8

Please sign in to comment.