Skip to content

Commit 73c7135

Browse files
committed
chore: bump version 1.1.3
1 parent 17825c7 commit 73c7135

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

github_random_star/version.py

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

33
from dataclasses import dataclass, field
44

5-
__version__ = "1.1.2"
5+
__version__ = "1.1.3"
66

77

88
@dataclass(frozen=True)

pyproject.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "github-random-star"
3-
version = "1.1.2"
3+
version = "1.1.3"
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"
@@ -31,13 +31,11 @@ packages = [{ include = "github_random_star" }]
3131
[tool.poetry.scripts]
3232
gh-star = "github_random_star.extension:run"
3333

34-
3534
[tool.poetry.dependencies]
3635
python = "^3.12"
3736
httpx = "^0.26.0"
3837
cleo = "^2.1.0"
3938

40-
4139
[tool.poetry.group.dev.dependencies]
4240
pytest = "^8.1.1"
4341
mock = "^5.1.0"

0 commit comments

Comments
 (0)