Skip to content

Commit

Permalink
Bump build number v3!1.1 -> v3!1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 18, 2023
1 parent 32430e2 commit cf86850
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 @@ -50,7 +50,7 @@ docs = ["Sphinx >=5.1.1,<7", "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.1"
current_version = "v3!1.2"
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.1"
VERSION: str = f"{TREE_SITTER_TALON_VERSION.major}!1.2"

0 comments on commit cf86850

Please sign in to comment.