We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8fac0 commit fd589bfCopy full SHA for fd589bf
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "antipasta"
7
-version = "1.1.1"
+version = "1.1.2"
8
description = "A code quality monitoring and enforcement tool that analyzes a variety of code complexity metrics"
9
readme = "README.md"
10
requires-python = ">=3.11"
src/antipasta/__version__.py
@@ -1,4 +1,4 @@
1
"""Version information for antipasta."""
2
3
-__version__ = "1.1.1"
+__version__ = "1.1.2"
__version_info__ = tuple(int(i) for i in __version__.split("."))
0 commit comments