Skip to content

Commit f17a083

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent a9fbc51 commit f17a083

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.1.0 (2025-11-02)
4+
5+
### Features
6+
7+
- Add main feat ([`a9fbc51`](https://github.com/ultrasphere-dev/biem-helmholtz-sphere/commit/a9fbc5142d45b080dcf05b52e8470af210f436ce))
8+
39
## v1.0.0 (2025-10-04)
410

511
## v0.0.0 (2025-10-02)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "biem-helmholtz-sphere"
1616
copyright = "2025, ultrasphere-dev"
1717
author = "ultrasphere-dev"
18-
release = "1.0.0"
18+
release = "1.1.0"
1919

2020
# -- General configuration ---------------------------------------------------
2121
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = [ "setuptools" ]
44

55
[project]
66
name = "biem-helmholtz-sphere"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "Acoustic scattering from multiple n-spheres in NumPy / PyTorch"
99
readme = "README.md"
1010
license = { text = "MIT" }

src/biem_helmholtz_sphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.0.0"
1+
__version__ = "1.1.0"
22
from ._biem import (
33
BIEMKwargs,
44
BIEMResultCalculator,

uv.lock

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

0 commit comments

Comments
 (0)