We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38aeed commit fc101bcCopy full SHA for fc101bc
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "repo-stargazer"
3
-version = "0.2.0"
+version = "0.2.1"
4
description = "Tell me about my stars"
5
readme = "README.md"
6
authors = [
src/repo_stargazer/__about__.py
@@ -1,3 +1,3 @@
__author__ = "Kapil Sachdeva"
__application__ = "rsg"
-__version__ = "0.2.0"
+__version__ = "0.2.1"
0 commit comments