2 Commits

Author SHA1 Message Date
34d482b086 Bump version to 3.0.2 2023-12-03 20:34:11 +03:00
8fb20311f9 Change organization name in URLs (yeah, again) 2023-12-03 20:32:43 +03:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "traps"
version = "3.0.1"
version = "3.0.2"
description = "How about you pip install some traps?"
readme = "README.md"
authors = [
@@ -22,8 +22,8 @@ classifiers = [
]
[tool.poetry.urls]
"Homeage" = "https://github.com/anga02/pip-install-traps"
"Bug Tracker" = "https://github.com/anga02/pip-install-traps/issues"
"Homeage" = "https://github.com/ag02-org/pip-install-traps"
"Bug Tracker" = "https://github.com/ag02-org/pip-install-traps/issues"
[tool.poetry.dependencies]
python = "^3.7"

View File

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