Skip to content

Commit

Permalink
fix: use literal as version
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Dec 26, 2024
1 parent caf8e7c commit 728ce55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions circus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
import warnings


version_info = (0, 18, 1)
__version__ = ".".join(map(str, version_info))
__version__ = "0.18.1"

# This config call is done to avoid any
# "no handlers could be found for logger"
Expand Down

0 comments on commit 728ce55

Please sign in to comment.