Skip to content

Commit e567a3a

Browse files
committed
chore: bump version 0.0.6
1 parent 665d841 commit e567a3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

github_random_star/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from .__main__ import main
44

5-
__version__ = "0.0.5"
5+
__version__ = "0.0.6"
66

77

88
def gh_star(*args, **kwargs) -> None:

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "github-random-star"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Simple CLI tool to fetch random starred items from a users GitHub profile."
55
authors = ["David Kasakaitis <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)