Skip to content

Commit 886f927

Browse files
committed
chore: bump version 0.1.0
1 parent 2bcb6e0 commit 886f927

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

github_random_star/version.py

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

33
from typing import NamedTuple
44

5-
__version__ = "0.0.7"
5+
__version__ = "0.1.1"
66

77

88
class VersionNo(NamedTuple):

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "github-random-star"
3-
version = "0.0.6"
3+
version = "0.1.1"
44
description = "Simple CLI tool to fetch random starred items from a users GitHub profile."
55
authors = ["David Kasakaitis <[email protected]>"]
66
readme = "README.md"
@@ -61,6 +61,6 @@ pythonpath = [
6161
"."
6262
]
6363
markers = [
64-
"unit: Tests that or not using the API.",
64+
"unit: Basic unit tests using local cache.",
6565
"integration: Tests that use the API.",
6666
]

0 commit comments

Comments
 (0)