Skip to content

Commit 4d15bbc

Browse files
committed
chore: bump version to 2.0.0
1 parent 7db47c1 commit 4d15bbc

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__ = "1.2.0"
6+
__version__ = "2.0.0"
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 = "1.2.0"
10+
version = "2.0.0"
1111

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

0 commit comments

Comments
 (0)