Bumb version

This commit is contained in:
2022-06-15 08:11:15 +03:00
parent f73959b52a
commit c54103f09e
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -11,7 +11,7 @@ import click
import requests
from loguru import logger
__version__ = "1.0.0"
__version__ = "2.0.0"
API_URL = "https://api.waifu.pics/nsfw/trap"
try: