Skip to content

Commit 1fe6f5a

Browse files
committed
bump to 3.1.9
1 parent 87cd85d commit 1fe6f5a

5 files changed

Lines changed: 6 additions & 6 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.1.8
11+
version: 3.1.9
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.1.8.** 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.9.** 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.1.8"
7+
version = "3.1.9"
88
authors = [{ name = "2phi GbR", email = "mail@2phi.de" }]
99
description = "Weak layer anticrack nucleation model"
1010
readme = "README.md"
@@ -126,7 +126,7 @@ ignore = [
126126
]
127127

128128
[tool.bumpversion]
129-
current_version = "3.1.8"
129+
current_version = "3.1.9"
130130

131131
[[tool.bumpversion.files]]
132132
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.1.8"
5+
__version__ = "3.1.9"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)