Skip to content

Commit

Permalink
Bump build number v3!1.5 -> v3!1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 8, 2024
1 parent a16bad9 commit c22a6ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ docs = ["Sphinx >=5.1.1,<8", "sphinx_bootstrap_theme >=0.8.1,<0.9"]
# is bumped if compatibility is broken, and the second number is bumped
# if it isn't. In SemVer terms, the first two numbers are major numbers,
# the third number is a minor number.
current_version = "v3!1.5"
current_version = "v3!1.6"
version_pattern = "vMAJOR!MINOR.PATCH"
# ^^^^^ - epoch version
# ^^^^^ - major/minor version
Expand Down
2 changes: 1 addition & 1 deletion src/tree_sitter_talon/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
)["version"]
)

VERSION: str = f"{TREE_SITTER_TALON_VERSION.major}!1.5"
VERSION: str = f"{TREE_SITTER_TALON_VERSION.major}!1.6"

0 comments on commit c22a6ba

Please sign in to comment.