Skip to content

Commit

Permalink
chore: 0.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkasa committed Feb 14, 2024
1 parent ebe2614 commit 7193ffb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github_random_star/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

from . import main as m

__version__ = "0.0.2"


def main(*args, **kwargs) -> None:
fire.Fire(m.main, *args, **kwargs)

0 comments on commit 7193ffb

Please sign in to comment.