We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c843b commit e6b39ecCopy full SHA for e6b39ec
cog/version_info.py
@@ -11,7 +11,7 @@
11
12
13
class VersionInfo(commands.Cog):
14
- _SCAICT_UWU_VERSION_NUMBER: str = "0.1.11.dev0"
+ _SCAICT_UWU_VERSION_NUMBER: str = "0.1.11"
15
"""
16
Current hardcoded workaround
17
pyproject.toml
@@ -5,7 +5,7 @@
5
name = "scaict-uwu"
6
# PEP 440
7
# @see https://sethmlarson.dev/pep-440
8
-version = "0.1.11.dev0"
+version = "0.1.11"
9
description = "A cat living in SCAICT Discord server."
10
readme.file = "README.md"
readme.content-type = "text/markdown"
0 commit comments