Skip to content

Commit

Permalink
Bump version: 2.5.1 → 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zacczakk committed Apr 7, 2024
1 parent c4a2572 commit 1dbf7b5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 = 2.5.1
current_version = 2.5.2
tag = True
commit = True

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
- family-names: "Weissgraeber"
given-names: "Philipp"
orcid: "https://orcid.org/0000-0001-8320-8672"
version: 2.5.1
version: 2.5.2
date-released: 2021-12-30
identifiers:
- description: Collection of archived snapshots of all versions of WEAC
Expand Down
2 changes: 1 addition & 1 deletion demo/demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"id": "7d6c2b96",
"metadata": {},
"source": [
"Note that instructions in this notebook refer to **release v2.5.1**. Please make sure you are running the latest version of weac using\n",
"Note that instructions in this notebook refer to **release v2.5.2**. Please make sure you are running the latest version of weac using\n",
"```sh\n",
"pip install -U weac\n",
"```"
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
project = 'WEAC'
copyright = '2024, 2phi GbR'
author = 'P.L. Rosendahl, P. Weissgraeber, F. Rheinschmidt, J. Schneider'
release = '2.5.1'
release = '2.5.2'
github_url = 'https://github.com/2phi/weac'


Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = weac
version = 2.5.1
version = 2.5.2
author = 2phi GbR
author_email = mail@2phi.de
description = Weak layer anticrack nucleation model
Expand Down
2 changes: 1 addition & 1 deletion weac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from weac import plot

# Version
__version__ = '2.5.1'
__version__ = '2.5.2'

# Public names
__all__ = [
Expand Down

0 comments on commit 1dbf7b5

Please sign in to comment.