Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
michalk8 committed Jan 13, 2022
1 parent 494ce4e commit f010c84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.2
current_version = 1.0.3
commit = True
tag = True
files = setup.py pygpcca/__init__.py
Expand Down
2 changes: 1 addition & 1 deletion pygpcca/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
from pygpcca._gpcca import GPCCA, gpcca_coarsegrain

__author__ = __maintainer__ = "Bernhard Reuter"
__version__ = "1.0.2"
__version__ = "1.0.3"
__email__ = "bernhard-reuter@gmx.de"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from pygpcca import __email__, __author__, __version__, __maintainer__
except ImportError:
__author__ = __maintainer__ = "Bernhard Reuter"
__version__ = "1.0.2"
__version__ = "1.0.3"
__email__ = "bernhard-reuter@gmx.de"

setup(
Expand Down Expand Up @@ -41,7 +41,7 @@
"petsc4py>=3.13,!=3.14",
"slepc4py>=3.13,!=3.14",
],
dev=["pre-commit>=2.9.0", "bump2version>=1.0.2"],
dev=["pre-commit>=2.9.0", "bump2version"],
test=["tox>=3.20.1"],
docs=[
line.strip()
Expand Down

0 comments on commit f010c84

Please sign in to comment.