diff options
| author | Nakidai <nakidai@disroot.org> | 2024-10-27 12:16:50 +0300 |
|---|---|---|
| committer | Nakidai <nakidai@disroot.org> | 2024-10-27 12:16:50 +0300 |
| commit | 80e9fdfd854fb3af4f36f6a31200582a8cd61721 (patch) | |
| tree | 2df3a1a922d131b998214a582dac2aa86af4aab0 | |
| parent | 054e08a906c5f361f712a96c541a0530f79e3a40 (diff) | |
| download | petthecord-80e9fdfd854fb3af4f36f6a31200582a8cd61721.tar.gz petthecord-80e9fdfd854fb3af4f36f6a31200582a8cd61721.zip | |
Fix pyproject.toml
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 2f18ad7..c720d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,13 @@ build-backend = "setuptools.build_meta" name = "petthecord" description = "Web API for petting any user you want" readme = "README.md" -version = "v1.1.0" +version = "v1.3.0" dependencies = [ "discord.py==2.4.0", "aiohttp==3.10.5", "pet-pet-gif@git+https://github.com/camprevail/pet-pet-gif@28a4a5d18b312bcb84e6dcd461c0e16fc6d2bf16", ] -authors = [{name = "Nakidai", email = "plaza521@inbox.ru"}] +authors = [{name = "Nakidai", email = "nakidai@disroot.org"}] classifiers = [ "License :: OSI Approved :: BSD License", "Programming Language :: Python :: 3.12", |