Skip to content

Commit fd589bf

Browse files
committed
chore: release v1.1.2
1 parent 1c8fac0 commit fd589bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "antipasta"
7-
version = "1.1.1"
7+
version = "1.1.2"
88
description = "A code quality monitoring and enforcement tool that analyzes a variety of code complexity metrics"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/antipasta/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""Version information for antipasta."""
22

3-
__version__ = "1.1.1"
3+
__version__ = "1.1.2"
44
__version_info__ = tuple(int(i) for i in __version__.split("."))

0 commit comments

Comments
 (0)