Skip to content

Commit

Permalink
Fixed certifi vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
atbuy committed Jul 7, 2024
1 parent 13ca432 commit d5ca114
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ max-line-length = 88

[tool.poetry]
name = "python-urbandict"
version = "0.3.9"
version = "0.3.10"
description = "Python wrapper for the Urban Dictionary API."
authors = ["atbuy <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyurbandict/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from pyurbandict.parse import UrbanDict # noqa: F401

__version__ = (0, 3, 9)
__version__ = (0, 3, 10)

0 comments on commit d5ca114

Please sign in to comment.