Skip to content

Commit 151bf0b

Browse files
committed
Bump version: 0.6.3 β†’ 0.6.4
1 parent 9684db7 commit 151bf0b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.6.3
2+
current_version = 0.6.4
33
commit = True
44
tag = True
55
files = src/_commit_bump.sh src/python_filter_generator.py py2PVGP/__init__.py pvmacros/__init__.py PVGPpy/__init__.py

β€ŽPVGPpy/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

1010
def checkNumpy():
1111
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.6.3'
11+
__version__ = '0.6.4'
1212

1313

1414
def deleteDownstream(input=None):

β€Žpy2PVGP/__init__.pyβ€Ž

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

β€Ž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.6.3"
2+
VERSION="0.6.4"
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.6.3'
13+
__version__ = '0.6.4'
1414

1515
import os
1616
import sys

0 commit comments

Comments
Β (0)