Skip to content

Commit

Permalink
Bump version 1.7.3 -> 1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Sep 11, 2022
1 parent 7241cae commit e3c6361
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 = "poetry.core.masonry.api"

[tool.poetry]
name = "talonfmt"
version = "1.7.3"
version = "1.7.4"
description = "A code formatter for Talon files"
license = "MIT"
authors = ["Wen Kokke <wenkokke@users.noreply.github.com>"]
Expand Down Expand Up @@ -55,7 +55,7 @@ warn_redundant_casts = true
warn_unused_configs = true

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

__version__: str = "1.7.3"
__version__: str = "1.7.4"


def talonfmt(
Expand Down

0 comments on commit e3c6361

Please sign in to comment.