Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkd3v committed Dec 5, 2021
1 parent 218cf91 commit 3191680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roblox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__author__ = "jmkdev"
__license__ = "MIT"
__copyright__ = "Copyright 2020-present jmkdev"
__version__ = "2.0.0-beta"
__version__ = "2.0.0"

import logging
from typing import NamedTuple
Expand Down Expand Up @@ -47,7 +47,7 @@ class VersionInfo(NamedTuple):
major=2,
minor=0,
micro=0,
releaselevel="beta",
releaselevel="release",
serial=0
)

Expand Down

0 comments on commit 3191680

Please sign in to comment.