Bump version to 3.0.2

This commit is contained in:
2023-12-03 20:34:11 +03:00
parent 8fb20311f9
commit 34d482b086
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "traps" name = "traps"
version = "3.0.1" version = "3.0.2"
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__ = "3.0.1" __version__ = "3.0.2"
__all__ = ["get"] __all__ = ["get"]