Skip to content

Commit 1a2a1a8

Browse files
committed
Bump version to 0.2.1
1 parent 2e26d85 commit 1a2a1a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gitdo"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "Simple CLI tool to plan your work"
55
readme = "README.md"
66
requires-python = ">=3.12"

src/gitdo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""GitDo - Simple CLI tool to plan your work."""
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)