Skip to content

Commit

Permalink
Bump version 1.9.5 -> 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 18, 2023
1 parent 2b7fecf commit c248937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "talonfmt"
version = "1.9.5"
version = "1.9.6"
description = "A code formatter for Talon files"
license = { file = 'LICENSE' }
authors = [{ name = "Wen Kokke", email = "wenkokke@users.noreply.github.com" }]
Expand Down Expand Up @@ -41,7 +41,7 @@ test = [
talondoc = "talonfmt.cli:cli"

[tool.bumpver]
current_version = "1.9.5"
current_version = "1.9.6"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/talonfmt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .editorconfig import get_indent_size, get_max_line_length
from .formatter import EmptyMatchContext, TalonFormatter

__version__: str = "1.9.5"
__version__: str = "1.9.6"


def talonfmt(
Expand Down

0 comments on commit c248937

Please sign in to comment.