Skip to content

Commit

Permalink
Bump version 1.10.1 -> 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed May 9, 2024
1 parent da2303f commit c6f73ee
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.10.1"
version = "1.10.2"
description = "A code formatter for Talon files"
license = { file = 'LICENSE' }
authors = [{ name = "Wen Kokke", email = "wenkokke@users.noreply.github.com" }]
Expand Down Expand Up @@ -45,7 +45,7 @@ test = [
talonfmt = "talonfmt.cli:cli"

[tool.bumpver]
current_version = "1.10.1"
current_version = "1.10.2"
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.10.1"
__version__: str = "1.10.2"


def talonfmt(
Expand Down

0 comments on commit c6f73ee

Please sign in to comment.