1 parent 4b0429a commit 64e5151Copy full SHA for 64e5151
1 file changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "gh-space-shooter"
3
-version = "2.0.1"
+version = "2.0.2"
4
description = "A CLI tool that visualizes GitHub contribution graphs as gamified GIFs"
5
readme = "README.md"
6
authors = [
@@ -29,7 +29,7 @@ build-backend = "hatchling.build"
29
30
31
[tool.bumpversion]
32
-current_version = "2.0.1"
+current_version = "2.0.2"
33
parse = """(?x)
34
(?P<major>0|[1-9]\\d*)\\.
35
(?P<minor>0|[1-9]\\d*)\\.
0 commit comments