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] [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 = [
@@ -22,8 +22,8 @@ classifiers = [
] ]
[tool.poetry.urls] [tool.poetry.urls]
"Homeage" = "https://github.com/anga02/pip-install-traps" "Homeage" = "https://github.com/ag02-org/pip-install-traps"
"Bug Tracker" = "https://github.com/anga02/pip-install-traps/issues" "Bug Tracker" = "https://github.com/ag02-org/pip-install-traps/issues"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.7" python = "^3.7"

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"]