Skip to content

Commit

Permalink
chore: bump version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Aug 20, 2024
1 parent aa662e3 commit b25307d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github_random_star/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from typing import NamedTuple

__version__ = "1.1.1"
__version__ = "1.1.2"


class VersionNo(NamedTuple):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-random-star"
version = "1.1.1"
version = "1.1.2"
description = "Simple CLI tool to fetch random starred repositories from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit b25307d

Please sign in to comment.