We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe2614 commit 7193ffbCopy full SHA for 7193ffb
github_random_star/__init__.py
@@ -2,6 +2,8 @@
2
3
from . import main as m
4
5
+__version__ = "0.0.2"
6
+
7
8
def main(*args, **kwargs) -> None:
9
fire.Fire(m.main, *args, **kwargs)
0 commit comments