File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from dataclasses import dataclass , field
4
4
5
- __version__ = "1.1.2 "
5
+ __version__ = "1.1.3 "
6
6
7
7
8
8
@dataclass (frozen = True )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " github-random-star"
3
- version = " 1.1.2 "
3
+ version = " 1.1.3 "
4
4
description = " Simple CLI tool to fetch random starred repositories from a users GitHub profile."
5
5
authors = [
" David Kasakaitis <[email protected] >" ]
6
6
readme = " README.md"
@@ -31,13 +31,11 @@ packages = [{ include = "github_random_star" }]
31
31
[tool .poetry .scripts ]
32
32
gh-star = " github_random_star.extension:run"
33
33
34
-
35
34
[tool .poetry .dependencies ]
36
35
python = " ^3.12"
37
36
httpx = " ^0.26.0"
38
37
cleo = " ^2.1.0"
39
38
40
-
41
39
[tool .poetry .group .dev .dependencies ]
42
40
pytest = " ^8.1.1"
43
41
mock = " ^5.1.0"
You can’t perform that action at this time.
0 commit comments