File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# SAX
22
3- > 0.14.7
3+ > 0.15.0
44
55![ SAX LOGO] ( docs/assets/logo.svg )
66
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ license = {text = "Apache Software License"}
4949name = " sax"
5050readme = " README.md"
5151requires-python = " >=3.11.0"
52- version = " 0.14.7 "
52+ version = " 0.15.0 "
5353
5454[project .optional-dependencies ]
5555dev = [
@@ -172,7 +172,7 @@ message_template = "Bump to {new_version}"
172172tag_template = " {new_version}"
173173
174174[tool .tbump .version ]
175- current = " 0.14.7 "
175+ current = " 0.15.0 "
176176regex = '''
177177 (?P<major>\d+)
178178 \.
Original file line number Diff line number Diff line change 33from __future__ import annotations
44
55__author__ = "Floris Laporte"
6- __version__ = "0.14.7 "
6+ __version__ = "0.15.0 "
77
88# isort: off
99from .saxtypes import (
You can’t perform that action at this time.
0 commit comments