Skip to content

Commit e6b39ec

Browse files
committed
Version 0.1.11
Change-Id: Icd94870f67db18a3c41e66b027feaf5c181b27e5
1 parent 41c843b commit e6b39ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cog/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
class VersionInfo(commands.Cog):
14-
_SCAICT_UWU_VERSION_NUMBER: str = "0.1.11.dev0"
14+
_SCAICT_UWU_VERSION_NUMBER: str = "0.1.11"
1515
"""
1616
Current hardcoded workaround
1717
"""

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name = "scaict-uwu"
66
# PEP 440
77
# @see https://sethmlarson.dev/pep-440
8-
version = "0.1.11.dev0"
8+
version = "0.1.11"
99
description = "A cat living in SCAICT Discord server."
1010
readme.file = "README.md"
1111
readme.content-type = "text/markdown"

0 commit comments

Comments
 (0)