We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7860038 commit 2565029Copy full SHA for 2565029
github_random_star/version.py
@@ -2,7 +2,7 @@
2
3
from dataclasses import dataclass, field
4
5
-__version__ = "1.1.3"
+__version__ = "1.2.0"
6
7
8
@dataclass(frozen=True)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "github-random-star"
-version = "1.1.3"
+version = "1.2.0"
description = "Simple CLI tool to fetch random starred repositories from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
0 commit comments