Skip to content

Commit

Permalink
Bump to v1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Oct 4, 2024
1 parent 837442e commit a3367d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/cogs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ def __str__(self) -> str:


EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")]
VERSION: VersionInfo = VersionInfo(major=0, minor=8, micro=0, releaselevel="final")
VERSION: VersionInfo = VersionInfo(major=1, minor=0, micro=0, releaselevel="alpha")
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "catherine-chan"
version = "0.8.0"
version = "1.0.0-alpha"
description = "An informational LGBTQ based discord bot"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit a3367d2

Please sign in to comment.