Skip to content

Commit

Permalink
Update puwifi.py | increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
SaicharanKandukuri authored Sep 29, 2023
1 parent 213d773 commit b5fa416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/puwifi.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def assert_none(vars: list, msg: str, exit_code: int, help_obj: argparse.Argumen
def main():
"""Main entry point."""
signal(SIGINT, exit_handler)
version = "v1.0.9"
version = "v1.1.0"

parser = argparse.ArgumentParser(
prog='puwifi',
Expand Down

0 comments on commit b5fa416

Please sign in to comment.