Skip to content

Commit

Permalink
Bump version 1.6.10 -> 1.6.11
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 4, 2022
1 parent edc388f commit f226f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.10"
release = "1.6.11"

# -- 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.10"
version = "1.6.11"
description = "Parser for Talon files in Python"
readme = "README.md"
requires-python = ">=3.9"
Expand Down Expand Up @@ -57,7 +57,7 @@ filterwarnings = ["ignore::DeprecationWarning:.*:"]
addopts = "--ignore=test/data"

[tool.bumpver]
current_version = "1.6.10"
current_version = "1.6.11"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down

0 comments on commit f226f3f

Please sign in to comment.