Skip to content

Commit

Permalink
Bump version: 1.0.1 → 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
msmdev committed Mar 26, 2021
1 parent d95610a commit 91bd887
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.1
current_version = 1.0.2
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.1"
__version__ = "1.0.2"
__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.1"
__version__ = "1.0.2"
__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.1"],
dev=["pre-commit>=2.9.0", "bump2version>=1.0.2"],
test=["tox>=3.20.1"],
docs=[
line.strip()
Expand Down

0 comments on commit 91bd887

Please sign in to comment.