Skip to content

Commit dedafc5

Browse files
committed
chore: bump version 1.1.1
1 parent 11297dd commit dedafc5

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__ = "1.1.0"
5+
__version__ = "1.1.1"
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 = "1.1.0"
3+
version = "1.1.1"
44
description = "Simple CLI tool to fetch random starred repositories from a users GitHub profile."
55
authors = ["David Kasakaitis <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)