Skip to content

Commit

Permalink
Version bump to v1.0.0 #major
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Nov 12, 2024
1 parent a6718fa commit e7d2ff4
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=1, minor=0, micro=0, releaselevel="beta")
VERSION: VersionInfo = VersionInfo(major=1, minor=0, micro=0, releaselevel="final")
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 = "1.0.0-beta"
version = "1.0.0-final"
description = "An informational LGBTQ based discord bot"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit e7d2ff4

Please sign in to comment.