Bumb version

This commit is contained in:
2022-06-18 08:15:22 +03:00
parent 1473dd5d60
commit eeeb8ac72b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "traps" name = "traps"
version = "2.0.1" version = "3.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 = [ authors = [

View File

@@ -1,4 +1,4 @@
from .downloader import get from .downloader import get
__version__ = "2.0.1" __version__ = "3.0.0"
__all__ = ["get"] __all__ = ["get"]