Skip to content

Commit bfa7230

Browse files
authored
Snowpylot-bump (#49)
Bumped Snowpylot Version <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes - Version 3.1.6 * **Chores** * Package version updated to 3.1.6 across all configuration files and documentation * Snowpylot dependency migrated from Git-based pinned version to PyPI-based versioned requirement (≥1.1.5) * Release workflow enhanced with verbose output during package publication process <!-- end of auto-generated comment: release notes by coderabbit.ai -->
2 parents 72062a5 + 7103c75 commit bfa7230

6 files changed

Lines changed: 14 additions & 11 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
env:
2929
TWINE_USERNAME: __token__
3030
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
31-
run: uv run twine upload dist/*
31+
run: uv run twine upload dist/* --verbose

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.5
11+
version: 3.1.6
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.5.** 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.6.** 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: 3 additions & 4 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.5"
7+
version = "3.1.6"
88
authors = [{ name = "2phi GbR", email = "mail@2phi.de" }]
99
description = "Weak layer anticrack nucleation model"
1010
readme = "README.md"
@@ -23,8 +23,7 @@ dependencies = [
2323
"numpy>=2.3.5,<2.4.0",
2424
"scipy>=1.14.0",
2525
"pydantic>=2.11.7",
26-
# Required for SLF CAAML parsing; can upgrade once version >=1.1.5 is released
27-
"snowpylot @ git+https://github.com/connellymk/snowpylot.git@e1a0d7c3f16a05ea97f75e97bdacece86ac4704b",
26+
"snowpylot>=1.1.5",
2827
]
2928

3029
[project.urls]
@@ -127,7 +126,7 @@ ignore = [
127126
]
128127

129128
[tool.bumpversion]
130-
current_version = "3.1.5"
129+
current_version = "3.1.6"
131130

132131
[[tool.bumpversion.files]]
133132
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.5"
5+
__version__ = "3.1.6"

uv.lock

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)