We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcb6e0 commit 9dc0cdcCopy full SHA for 9dc0cdc
github_random_star/version.py
@@ -2,7 +2,7 @@
2
3
from typing import NamedTuple
4
5
-__version__ = "0.0.7"
+__version__ = "0.1.0"
6
7
8
class VersionNo(NamedTuple):
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "github-random-star"
-version = "0.0.6"
+version = "0.1.0"
description = "Simple CLI tool to fetch random starred items from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
0 commit comments