Skip to content

Commit 9dc0cdc

Browse files
committed
chore: bump version 0.1.0
1 parent 2bcb6e0 commit 9dc0cdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0"
66

77

88
class VersionNo(NamedTuple):

pyproject.toml

+1-1
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.0"
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"

0 commit comments

Comments
 (0)