Skip to content

Commit 232accd

Browse files
committed
Bump to 0.15.0
1 parent 3de9f72 commit 232accd

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.7
3+
> 0.15.0
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
@@ -49,7 +49,7 @@ license = {text = "Apache Software License"}
4949
name = "sax"
5050
readme = "README.md"
5151
requires-python = ">=3.11.0"
52-
version = "0.14.7"
52+
version = "0.15.0"
5353

5454
[project.optional-dependencies]
5555
dev = [
@@ -172,7 +172,7 @@ message_template = "Bump to {new_version}"
172172
tag_template = "{new_version}"
173173

174174
[tool.tbump.version]
175-
current = "0.14.7"
175+
current = "0.15.0"
176176
regex = '''
177177
(?P<major>\d+)
178178
\.

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.7"
6+
__version__ = "0.15.0"
77

88
# isort: off
99
from .saxtypes import (

0 commit comments

Comments
 (0)