Skip to content

Commit 5d482b8

Browse files
committed
Bump version: 0.7.0 β†’ 0.7.1
1 parent 222198e commit 5d482b8

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[bumpversion]
2-
current_version = 0.7.0
2+
current_version = 0.7.1
33
commit = True
44
tag = True
55
files = src/_commit_bump.sh src/python_filter_generator.py pvmacros/__init__.py PVGeo/__init__.py
6+

β€ŽPVGeo/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
__author__ = 'Bane Sullivan'
1212
__license__ = 'BSD-3-Clause'
1313
__copyright__ = '2018, Bane Sullivan'
14-
__version__ = '0.7.0'
14+
__version__ = '0.7.1'
1515

1616
def checkNumpy():
1717
import numpy as np

β€Žpvmacros/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
__author__ = 'Bane Sullivan'
99
__license__ = 'BSD-3-Clause'
1010
__copyright__ = '2018, Bane Sullivan'
11-
__version__ = '0.7.0'
11+
__version__ = '0.7.1'
1212

1313

1414
def deleteDownstream(input=None):

β€Žsrc/_commit_bump.shβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION="0.7.0"
2+
VERSION="0.7.1"
33

44
# Build on bumped version
55
if [ "$#" -eq 1 ]; then

β€Žsrc/python_filter_generator.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Pat Marion (see blog post url above) for the foundation of this script
1111
"""
1212

13-
__version__ = '0.7.0'
13+
__version__ = '0.7.1'
1414

1515
import os
1616
import sys

0 commit comments

Comments
Β (0)