Skip to content

Commit 8d4465a

Browse files
committed
Update workflows & bump to v1.1.4
1 parent b6d423f commit 8d4465a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
python-version: ["3.9"]
15+
python-version: ["3.12"]
1616

1717
steps:
1818
- uses: actions/checkout@v4

src/sparse_ir/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"""
1313
__copyright__ = "2020-2025 Markus Wallerberger, Hiroshi Shinaoka, and others"
1414
__license__ = "MIT"
15-
__version__ = "1.1.3"
15+
__version__ = "1.1.4"
1616

1717
from .kernel import RegularizedBoseKernel, LogisticKernel
1818
from .sve import compute as compute_sve, SVEResult

0 commit comments

Comments
 (0)