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 23, 2023
1 parent 940651f commit 69703c8
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 = 2.8
VERSION = 3.1

BANNER = f"""
Expand Down

0 comments on commit 69703c8

Please sign in to comment.