Skip to content

Commit

Permalink
releaselevel garbag
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkd3v committed Dec 5, 2021
1 parent d881897 commit 218cf91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/tutorial/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ explain almost everything you need to know to build. Make sure to read through t
ensure you don't miss anything important!

If at any point you are struggling to understand what to do, join the [RoAPI Discord](https://discord.gg/N8yUdkSJwA) for
help and support.
help and support.
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.0a"
__version__ = "2.0.0-beta"

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

Expand Down

0 comments on commit 218cf91

Please sign in to comment.