Skip to content

Commit 6c07a96

Browse files
committed
Bump to 0.2.0
Also, remove version tracking in the main __init__ file since it's redundant and `uv version --bump minor` only bumps the version in pyproject.toml. Signed-off-by: Martin Prpič <martin.prpic@gmail.com>
1 parent 558d55c commit 6c07a96

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "commit-editor"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A terminal-based git commit message editor with opinionated formatting"
99
readme = "README.md"
1010
license = "MIT"

src/commit_editor/__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
"""A terminal-based git commit message editor with opinionated formatting."""
2-
3-
__version__ = "0.1.0"

0 commit comments

Comments
 (0)