Skip to content

Commit

Permalink
Bump version 1.6.11 -> 1.6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 4, 2022
1 parent 89277bc commit 306801e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
project = "tree_sitter_talon"
copyright = "2022, Wen Kokke"
author = "Wen Kokke"
release = "1.6.11"
release = "1.6.12"

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "tree_sitter_talon"
version = "1.6.11"
version = "1.6.12"
description = "Parser for Talon files in Python"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -58,7 +58,7 @@ filterwarnings = ["ignore::DeprecationWarning:.*:"]
addopts = "--ignore=test/data"

[tool.bumpver]
current_version = "1.6.11"
current_version = "1.6.12"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion tree_sitter_talon/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class TreeSitterTalon(tree_sitter_type_provider.TreeSitterTypeProvider):

__version__: str = "1.6.11"
__version__: str = "1.6.12"

DEFAULT_LIBRARY_PATH: str = appdirs.user_cache_dir("tree_sitter_talon", "wenkokke")

Expand Down

0 comments on commit 306801e

Please sign in to comment.