Skip to content

Commit 3cc6b9e

Browse files
committed
Bump to 0.14.7
1 parent 23b1e97 commit 3cc6b9e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SAX
22

3-
> 0.14.6
3+
> 0.14.7
44
55
![SAX LOGO](docs/assets/logo.svg)
66

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ description = "Autograd and XLA for S-parameters"
3636
name = "sax"
3737
readme = "README.md"
3838
requires-python = ">=3.11.0"
39-
version = "0.14.6"
39+
version = "0.14.7"
4040

4141
[project.optional-dependencies]
4242
dev = [
@@ -165,7 +165,7 @@ message_template = "Bump to {new_version}"
165165
tag_template = "{new_version}"
166166

167167
[tool.tbump.version]
168-
current = "0.14.6"
168+
current = "0.14.7"
169169
regex = '''
170170
(?P<major>\d+)
171171
\.

src/sax/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from __future__ import annotations
44

55
__author__ = "Floris Laporte"
6-
__version__ = "0.14.6"
6+
__version__ = "0.14.7"
77

88

99
from functools import partial as partial

0 commit comments

Comments
 (0)