Skip to content

Commit b1faad1

Browse files
committed
chore: bump version 0.0.5
1 parent f1528c4 commit b1faad1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github_random_star/__init__.py

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

33
from . import main as m
44

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

77

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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "github-random-star"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
description = "Simple CLI tool to fetch a random starred items from a users GitHub profile."
55
authors = ["David Kasakaitis <[email protected]>"]
66
readme = "README.md"
@@ -10,7 +10,7 @@ classifiers = [
1010
"Programming Language :: Python :: 3.12",
1111
"Topic :: Utilities",
1212
"License :: OSI Approved :: MIT License",
13-
"Development Status :: 4 - Beta",
13+
"Development Status :: 5 - Production/Stable",
1414
"Environment :: Console",
1515
"Intended Audience :: Developers",
1616
"Intended Audience :: Information Technology",

0 commit comments

Comments
 (0)