Skip to content

Commit ea7aa33

Browse files
committed
chore: bump version 1.0.0
1 parent b614d6a commit ea7aa33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

github_random_star/version.py

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

33
from typing import NamedTuple
44

5-
__version__ = "0.1.1"
5+
__version__ = "1.0.0"
66

77

88
class VersionNo(NamedTuple):

pyproject.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "github-random-star"
3-
version = "0.1.1"
3+
version = "1.0.0"
44
description = "Simple CLI tool to fetch random starred repositories from a users GitHub profile."
55
authors = ["David Kasakaitis <[email protected]>"]
66
readme = "README.md"
@@ -30,9 +30,9 @@ keywords = [
3030
packages = [{include = "github_random_star"}]
3131

3232
[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"
3636

3737
[tool.poetry.scripts]
3838
gh-star = "github_random_star.extension:run"

0 commit comments

Comments
 (0)