Skip to content

Commit

Permalink
Bump to 2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
parker02311 committed Dec 6, 2024
1 parent cf9d8eb commit c3110a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"
license = {file = "LICENSE"}
keywords = ["roblox", "product", "purchasing", "bot", "hub"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Lua",
Expand Down
2 changes: 1 addition & 1 deletion redonhub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import datetime

_log = logging.getLogger(__name__)
__version__ = "1.0.2"
__version__ = "2.0-rc.1"


class Bot(BotBase):
Expand Down

0 comments on commit c3110a3

Please sign in to comment.