Skip to content

Commit f010c84

Browse files
committed
Bump version: 1.0.2 → 1.0.3
1 parent 494ce4e commit f010c84

3 files changed

Lines changed: 4 additions & 4 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.2
2+
current_version = 1.0.3
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.2"
5+
__version__ = "1.0.3"
66
__email__ = "bernhard-reuter@gmx.de"

setup.py

Lines changed: 2 additions & 2 deletions
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.2"
9+
__version__ = "1.0.3"
1010
__email__ = "bernhard-reuter@gmx.de"
1111

1212
setup(
@@ -41,7 +41,7 @@
4141
"petsc4py>=3.13,!=3.14",
4242
"slepc4py>=3.13,!=3.14",
4343
],
44-
dev=["pre-commit>=2.9.0", "bump2version>=1.0.2"],
44+
dev=["pre-commit>=2.9.0", "bump2version"],
4545
test=["tox>=3.20.1"],
4646
docs=[
4747
line.strip()

0 commit comments

Comments
 (0)