Skip to content

Commit 64e5151

Browse files
committed
Bump version: 2.0.1 → 2.0.2
1 parent 4b0429a commit 64e5151

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "gh-space-shooter"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
description = "A CLI tool that visualizes GitHub contribution graphs as gamified GIFs"
55
readme = "README.md"
66
authors = [
@@ -29,7 +29,7 @@ build-backend = "hatchling.build"
2929

3030

3131
[tool.bumpversion]
32-
current_version = "2.0.1"
32+
current_version = "2.0.2"
3333
parse = """(?x)
3434
(?P<major>0|[1-9]\\d*)\\.
3535
(?P<minor>0|[1-9]\\d*)\\.

0 commit comments

Comments
 (0)