diff --git a/pyproject.toml b/pyproject.toml index 9a06864..dcc5c9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] @@ -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 diff --git a/talonfmt/__init__.py b/talonfmt/__init__.py index 964cb35..c907f9f 100644 --- a/talonfmt/__init__.py +++ b/talonfmt/__init__.py @@ -7,7 +7,7 @@ from .extra import * from .formatter import EmptyMatchContext, TalonFormatter -__version__: str = "1.7.3" +__version__: str = "1.7.4" def talonfmt(