Skip to content

Commit

Permalink
update VERSION to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
houshmand-2005 committed May 29, 2024
1 parent f6e5f01 commit 412f6b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2iplimit.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from utils.read_config import read_config
from utils.types import PanelType

VERSION = "1.0.1"
VERSION = "1.0.2"

parser = argparse.ArgumentParser(description="Help message")
parser.add_argument("--version", action="version", version=VERSION)
Expand Down

0 comments on commit 412f6b6

Please sign in to comment.