Skip to content

Commit

Permalink
chore: bump version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Sep 4, 2024
1 parent 17825c7 commit 73c7135
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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 dataclasses import dataclass, field

__version__ = "1.1.2"
__version__ = "1.1.3"


@dataclass(frozen=True)
Expand Down
4 changes: 1 addition & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-random-star"
version = "1.1.2"
version = "1.1.3"
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 @@ -31,13 +31,11 @@ packages = [{ include = "github_random_star" }]
[tool.poetry.scripts]
gh-star = "github_random_star.extension:run"


[tool.poetry.dependencies]
python = "^3.12"
httpx = "^0.26.0"
cleo = "^2.1.0"


[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
mock = "^5.1.0"
Expand Down

0 comments on commit 73c7135

Please sign in to comment.