Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele0303 committed Apr 25, 2023
1 parent 377315f commit 46f5215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Info(Enum):
def __str__(self):
return str(self.value)

VERSION = 3.1
VERSION = 3.2

BANNER = f"""
Expand Down

0 comments on commit 46f5215

Please sign in to comment.