Skip to content

Commit 2adf7ea

Browse files
author
semantic-release
committed
1.0.1
Automatically generated by python-semantic-release
1 parent 015a7d8 commit 2adf7ea

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
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.0.1 (2025-11-29)
4+
5+
### Bug fixes
6+
7+
- Decompose cycles which are too close ([`015a7d8`](https://github.com/ultrasphere-dev/epsearch/commit/015a7d85a71b13836dd2a4ff47d9699bc2c35eb6))
8+
39
## v1.0.0 (2025-11-08)
410

511
### Features

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
project = "epsearch"
1616
copyright = "2025, ultrasphere-dev"
1717
author = "ultrasphere-dev"
18-
release = "1.0.0"
18+
release = "1.0.1"
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>=77.0.3" ]
44

55
[project]
66
name = "epsearch"
7-
version = "1.0.0"
7+
version = "1.0.1"
88
description = "Locate exceptional points of an analytic matrix"
99
readme = "README.md"
1010
license = "MIT"

src/epsearch/__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.0.1"
22
from ._branching import (
33
BoundaryGenerator,
44
Circle,

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)