Skip to content

Commit

Permalink
Bump version 1.8.4 -> 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 8, 2022
1 parent 3289c3f commit fb4aa03
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 = "1.8.4"
release = "1.8.5"

# -- 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 = "1.8.4"
current_version = "1.8.5"
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="1.8.4",
version="1.8.5",
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 = "1.8.4"
__version__: str = "1.8.5"

_library_path: typing.Optional[str] = None

Expand Down

0 comments on commit fb4aa03

Please sign in to comment.