We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcb6e0 commit 886f927Copy full SHA for 886f927
github_random_star/version.py
@@ -2,7 +2,7 @@
2
3
from typing import NamedTuple
4
5
-__version__ = "0.0.7"
+__version__ = "0.1.1"
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.1"
description = "Simple CLI tool to fetch random starred items from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
@@ -61,6 +61,6 @@ pythonpath = [
61
"."
62
]
63
markers = [
64
- "unit: Tests that or not using the API.",
+ "unit: Basic unit tests using local cache.",
65
"integration: Tests that use the API.",
66
0 commit comments