diff --git a/pyproject.toml b/pyproject.toml index 50b80b7..6ec40af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 diff --git a/src/tree_sitter_talon/_version.py b/src/tree_sitter_talon/_version.py index 3471596..0dbfc62 100644 --- a/src/tree_sitter_talon/_version.py +++ b/src/tree_sitter_talon/_version.py @@ -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"