We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8761607 commit 2bd724bCopy full SHA for 2bd724b
2 files changed
commitai/__init__.py
@@ -3,7 +3,7 @@
3
4
# This __version__ string is read by hatchling during the build process
5
# Make sure to update it for new releases.
6
-__version__ = "2.1.0"
+__version__ = "2.2.2"
7
8
# The importlib.metadata approach is generally for reading the version
9
# of an *already installed* package at runtime. We don't need it here
pyproject.toml
@@ -7,7 +7,7 @@ build-backend = "hatchling.build"
name = "commitai"
# Make sure to update version in commitai/__init__.py as well
10
-version = "2.1.0"
+version = "2.2.2"
11
12
description = "Commitai helps you generate git commit messages using AI"
13
readme = "README.md"
0 commit comments