diff --git a/pyproject.toml b/pyproject.toml index f859087..b26d7df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "traps" -version = "0.1.1" +version = "1.0.0" description = "how about you pip install some traps" readme = "README.md" authors = ["Rdimo "] diff --git a/traps/__init__.py b/traps/__init__.py index f3c571c..38ddcf5 100644 --- a/traps/__init__.py +++ b/traps/__init__.py @@ -7,6 +7,7 @@ from threading import Thread import click import requests +__version__ = "1.0.0" API_URL = "https://api.waifu.pics/nsfw/trap"