Skip to content

Commit e7d2ff4

Browse files
committed
Version bump to v1.0.0 #major
1 parent a6718fa commit e7d2ff4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bot/cogs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def __str__(self) -> str:
1313

1414

1515
EXTENSIONS = [module.name for module in iter_modules(__path__, f"{__package__}.")]
16-
VERSION: VersionInfo = VersionInfo(major=1, minor=0, micro=0, releaselevel="beta")
16+
VERSION: VersionInfo = VersionInfo(major=1, minor=0, micro=0, releaselevel="final")

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "catherine-chan"
3-
version = "1.0.0-beta"
3+
version = "1.0.0-final"
44
description = "An informational LGBTQ based discord bot"
55
readme = "README.md"
66
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)