Skip to content

Commit

Permalink
Bump version: 2.4.1 → 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zacczakk committed Mar 30, 2024
1 parent a9acd1d commit 5a51261
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.4.1
current_version = 2.5.0
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.4.1
version: 2.5.0
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.4.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.0**. 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 setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = weac
version = 2.4.1
version = 2.5.0
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.4.1'
__version__ = '2.5.0'

# Public names
__all__ = [
Expand Down

0 comments on commit 5a51261

Please sign in to comment.