Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Barabazs authored Jun 6, 2024
1 parent d91e09a commit 40afe76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "archivooor"
version = "0.0.4"
version = "0.0.5"
description = "A Python package to submit web pages to the Wayback Machine for archiving."
authors = ["Barabazs <[email protected]>"]
license = "MIT"
Expand All @@ -12,7 +12,7 @@ archivooor = 'archivooor.__main__:main'

[tool.poetry.dependencies]
python = "^3.8,<4.0"
requests = "^2.28.1"
requests = "^2.32.0"
urllib3 = "^1.26.18"
python-dotenv = "0.21.0"

Expand Down

0 comments on commit 40afe76

Please sign in to comment.