summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <plaza521@inbox.ru>2024-09-08 18:40:04 +0300
committerNakidai <plaza521@inbox.ru>2024-09-08 18:40:04 +0300
commit252d5d634f141926f6f1553476594a832ee0009e (patch)
tree0bf884830c45cd6640053a638070f3733a41f9fe
parentcc8a91ae054816e16ed22441ba12eb47728a1b83 (diff)
downloadpetthecord-1.1.0.tar.gz
petthecord-1.1.0.zip
Bump version v1.1.0
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 5b7db47..2f18ad7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
 name = "petthecord"
 description = "Web API for petting any user you want"
 readme = "README.md"
-version = "v1.0.0"
+version = "v1.1.0"
 dependencies = [
     "discord.py==2.4.0",
     "aiohttp==3.10.5",