Bump version to 3.0.1

This commit is contained in:
2023-11-25 22:35:24 +03:00
parent 051baf75ae
commit 8f693f81b3
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "traps"
version = "3.0.0"
version = "3.0.1"
description = "How about you pip install some traps?"
readme = "README.md"
authors = [

View File

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