File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
from typing import NamedTuple
4
4
5
- __version__ = "0.1.1 "
5
+ __version__ = "1.0.0 "
6
6
7
7
8
8
class VersionNo (NamedTuple ):
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " github-random-star"
3
- version = " 0.1.1 "
3
+ version = " 1.0.0 "
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"
@@ -30,9 +30,9 @@ keywords = [
30
30
packages = [{include = " github_random_star" }]
31
31
32
32
[tool .poetry .urls ]
33
- "Homepage" = " https://github.com/ddkasa/github -random-star"
34
- "Source" = " https://github.com/ddkasa/github -random-star"
35
- "Bug Tracker" = " https://github.com/ddkasa/github -random-star/issues"
33
+ "Homepage" = " https://github.com/ddkasa/gh -random-star"
34
+ "Source" = " https://github.com/ddkasa/gh -random-star"
35
+ "Bug Tracker" = " https://github.com/ddkasa/gh -random-star/issues"
36
36
37
37
[tool .poetry .scripts ]
38
38
gh-star = " github_random_star.extension:run"
You can’t perform that action at this time.
0 commit comments