Skip to content

Commit

Permalink
Bump version 2.1.3 -> 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 19, 2022
1 parent deabd99 commit 05a3025
Show file tree
Hide file tree
Showing 4 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 = "2.1.3"
release = "2.1.4"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ filterwarnings = ["ignore::DeprecationWarning:.*:"]
addopts = "--ignore=test/data"

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

setuptools.setup(
name="tree_sitter_talon",
version="2.1.3",
version="2.1.4",
description="Parser for Talon files in Python",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
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 @@ -18,7 +18,7 @@ def __init__(self):

class TreeSitterTalon(tree_sitter_type_provider.TreeSitterTypeProvider):

__version__: str = "2.1.3"
__version__: str = "2.1.4"

_library_path: typing.Optional[str] = None

Expand Down

0 comments on commit 05a3025

Please sign in to comment.