Skip to content

Commit 2ec5d10

Browse files
committed
Bump version: 1.0.3 → 1.0.4
1 parent 49ef602 commit 2ec5d10

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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 = 1.0.3
2+
current_version = 1.0.4
33
commit = True
44
tag = True
55
files = setup.py pygpcca/__init__.py

pygpcca/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
from pygpcca._gpcca import GPCCA, gpcca_coarsegrain
33

44
__author__ = __maintainer__ = "Bernhard Reuter"
5-
__version__ = "1.0.3"
5+
__version__ = "1.0.4"
66
__email__ = "bernhard-reuter@gmx.de"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from pygpcca import __email__, __author__, __version__, __maintainer__
77
except ImportError:
88
__author__ = __maintainer__ = "Bernhard Reuter"
9-
__version__ = "1.0.3"
9+
__version__ = "1.0.4"
1010
__email__ = "bernhard-reuter@gmx.de"
1111

1212
setup(

0 commit comments

Comments
 (0)