Bumb version

This commit is contained in:
2022-06-15 05:00:42 +03:00
parent d66b740c6e
commit 78aa607923
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "traps" name = "traps"
version = "0.1.1" version = "1.0.0"
description = "how about you pip install some traps" description = "how about you pip install some traps"
readme = "README.md" readme = "README.md"
authors = ["Rdimo <contact.rdimo@gmail.com>"] authors = ["Rdimo <contact.rdimo@gmail.com>"]

View File

@@ -7,6 +7,7 @@ from threading import Thread
import click import click
import requests import requests
__version__ = "1.0.0"
API_URL = "https://api.waifu.pics/nsfw/trap" API_URL = "https://api.waifu.pics/nsfw/trap"