Skip to content

Commit

Permalink
Merge pull request #83 from HisAtri/HisAtri-patch-1 [Update version n…
Browse files Browse the repository at this point in the history
…umber]

Update version number
  • Loading branch information
HisAtri authored Oct 16, 2024
2 parents a64db2d + c3022f6 commit 5884914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/args/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __init__(self):
self.port = first(env_args.port, kw_args.port, config_args.port, default.port)
self.ip = first(config_args.ip, default.ip)
self.debug = kw_args.debug
self.version = "1.5.5"
self.version = "1.5.6"

def valid(self, key) -> bool:
"""
Expand Down

0 comments on commit 5884914

Please sign in to comment.