Skip to content

Commit 1428e7a

Browse files
authored
Bump 3.1.0: Steady State evaluation including Tensile Strength Comparison (#36)
Bumped version Minor to reflect that now the tensile strength comparison is included.
1 parent 8f52770 commit 1428e7a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors:
88
- family-names: "Weissgraeber"
99
given-names: "Philipp"
1010
orcid: "https://orcid.org/0000-0001-8320-8672"
11-
version: 3.0.2
11+
version: 3.1.0
1212
date-released: 2021-12-30
1313
identifiers:
1414
- description: Collection of archived snapshots of all versions of WEAC

demo/demo.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"id": "695bafcb",
1414
"metadata": {},
1515
"source": [
16-
"Note that instructions in this notebook refer to **release v3.0.2.** Please make sure you are running the latest version of weac using\n",
16+
"Note that instructions in this notebook refer to **release v3.1.0.** Please make sure you are running the latest version of weac using\n",
1717
"\n",
1818
"```bash\n",
1919
"pip install -U weac\n",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "weac"
7-
version = "3.0.2"
7+
version = "3.1.0"
88
authors = [{ name = "2phi GbR", email = "mail@2phi.de" }]
99
description = "Weak layer anticrack nucleation model"
1010
readme = "README.md"
@@ -123,7 +123,7 @@ ignore = [
123123
]
124124

125125
[tool.bumpversion]
126-
current_version = "3.0.2"
126+
current_version = "3.1.0"
127127

128128
[[tool.bumpversion.files]]
129129
filename = "pyproject.toml"

src/weac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
WEAC - Weak Layer Anticrack Nucleation Model
33
"""
44

5-
__version__ = "3.0.2"
5+
__version__ = "3.1.0"

0 commit comments

Comments
 (0)