Skip to content

Commit

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

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


def talonfmt(
Expand Down

0 comments on commit eb4984b

Please sign in to comment.