File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.6.3
2+ current_version = 0.6.4
33commit = True
44tag = True
55files = src/_commit_bump.sh src/python_filter_generator.py py2PVGP/__init__.py pvmacros/__init__.py PVGPpy/__init__.py
Original file line number Diff line number Diff line change 55__author__ = 'Bane Sullivan'
66__license__ = 'BSD-3-Clause'
77__copyright__ = '2018, Bane Sullivan'
8- __version__ = '0.6.3 '
8+ __version__ = '0.6.4 '
99
1010def checkNumpy ():
1111 import numpy as np
Original file line number Diff line number Diff line change 88__author__ = 'Bane Sullivan'
99__license__ = 'BSD-3-Clause'
1010__copyright__ = '2018, Bane Sullivan'
11- __version__ = '0.6.3 '
11+ __version__ = '0.6.4 '
1212
1313
1414def deleteDownstream (input = None ):
Original file line number Diff line number Diff line change 88__author__ = 'Bane Sullivan'
99__license__ = 'BSD-3-Clause'
1010__copyright__ = '2018, Bane Sullivan'
11- __version__ = '0.6.3 '
11+ __version__ = '0.6.4 '
Original file line number Diff line number Diff line change 11#! /bin/bash
2- VERSION=" 0.6.3 "
2+ VERSION=" 0.6.4 "
33
44# Build on bumped version
55if [ " $# " -eq 1 ]; then
Original file line number Diff line number Diff line change 1010 Pat Marion (see blog post url above) for the foundation of this script
1111"""
1212
13- __version__ = '0.6.3 '
13+ __version__ = '0.6.4 '
1414
1515import os
1616import sys
You canβt perform that action at this time.
0 commit comments