File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from . import main as m
4
4
5
- __version__ = "0.0.4 "
5
+ __version__ = "0.0.5 "
6
6
7
7
8
8
def main (* args , ** kwargs ) -> None :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " github-random-star"
3
- version = " 0.0.4 "
3
+ version = " 0.0.5 "
4
4
description = " Simple CLI tool to fetch a random starred items from a users GitHub profile."
5
5
authors = [
" David Kasakaitis <[email protected] >" ]
6
6
readme = " README.md"
@@ -10,7 +10,7 @@ classifiers = [
10
10
" Programming Language :: Python :: 3.12" ,
11
11
" Topic :: Utilities" ,
12
12
" License :: OSI Approved :: MIT License" ,
13
- " Development Status :: 4 - Beta " ,
13
+ " Development Status :: 5 - Production/Stable " ,
14
14
" Environment :: Console" ,
15
15
" Intended Audience :: Developers" ,
16
16
" Intended Audience :: Information Technology" ,
You can’t perform that action at this time.
0 commit comments