Skip to content

Commit 2bd724b

Browse files
committed
chore: bump version to 2.2.2
1 parent 8761607 commit 2bd724b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

commitai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# This __version__ string is read by hatchling during the build process
55
# Make sure to update it for new releases.
6-
__version__ = "2.1.0"
6+
__version__ = "2.2.2"
77

88
# The importlib.metadata approach is generally for reading the version
99
# of an *already installed* package at runtime. We don't need it here

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
77
name = "commitai"
88
# Make sure to update version in commitai/__init__.py as well
99

10-
version = "2.1.0"
10+
version = "2.2.2"
1111

1212
description = "Commitai helps you generate git commit messages using AI"
1313
readme = "README.md"

0 commit comments

Comments
 (0)