Skip to content

Commit b25307d

Browse files
committed
chore: bump version 1.1.2
1 parent aa662e3 commit b25307d

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.1"
5+
__version__ = "1.1.2"
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.1"
3+
version = "1.1.2"
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)