Skip to content

Commit

Permalink
chore: bump version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Apr 28, 2024
1 parent 2bcb6e0 commit 886f927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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__ = "0.0.7"
__version__ = "0.1.1"


class VersionNo(NamedTuple):
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "github-random-star"
version = "0.0.6"
version = "0.1.1"
description = "Simple CLI tool to fetch random starred items from a users GitHub profile."
authors = ["David Kasakaitis <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -61,6 +61,6 @@ pythonpath = [
"."
]
markers = [
"unit: Tests that or not using the API.",
"unit: Basic unit tests using local cache.",
"integration: Tests that use the API.",
]

0 comments on commit 886f927

Please sign in to comment.