Skip to content

Commit

Permalink
chore: bump version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Jun 12, 2024
1 parent b614d6a commit ea7aa33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion github_random_star/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import NamedTuple

__version__ = "0.1.1"
__version__ = "1.0.0"


class VersionNo(NamedTuple):
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-random-star"
version = "0.1.1"
version = "1.0.0"
description = "Simple CLI tool to fetch random starred repositories from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -30,9 +30,9 @@ keywords = [
packages = [{include = "github_random_star"}]

[tool.poetry.urls]
"Homepage" = "https://github.com/ddkasa/github-random-star"
"Source" = "https://github.com/ddkasa/github-random-star"
"Bug Tracker" = "https://github.com/ddkasa/github-random-star/issues"
"Homepage" = "https://github.com/ddkasa/gh-random-star"
"Source" = "https://github.com/ddkasa/gh-random-star"
"Bug Tracker" = "https://github.com/ddkasa/gh-random-star/issues"

[tool.poetry.scripts]
gh-star = "github_random_star.extension:run"
Expand Down

0 comments on commit ea7aa33

Please sign in to comment.