Skip to content

Commit

Permalink
fix: Include version in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgate committed Jul 20, 2023
1 parent 1cfed2d commit b7b369e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverse_argparse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
from .reverse_argparse import ReverseArgumentParser, quote_arg_if_necessary

__all__ = ["ReverseArgumentParser", "quote_arg_if_necessary"]
__version__ = "1.0.0"

0 comments on commit b7b369e

Please sign in to comment.