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 aa662e3 commit b25307dCopy full SHA for b25307d
github_random_star/version.py
@@ -2,7 +2,7 @@
2
3
from typing import NamedTuple
4
5
-__version__ = "1.1.1"
+__version__ = "1.1.2"
6
7
8
class VersionNo(NamedTuple):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "github-random-star"
-version = "1.1.1"
+version = "1.1.2"
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