Skip to content

Commit

Permalink
Update __version__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret authored Dec 23, 2024
1 parent 32d2716 commit 2b7b425
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/niquests/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
__url__: str = "https://niquests.readthedocs.io"

__version__: str
__version__ = "3.11.3"
__version__ = "3.11.4"

__build__: int = 0x031103
__build__: int = 0x031104
__author__: str = "Kenneth Reitz"
__author_email__: str = "[email protected]"
__license__: str = "Apache-2.0"
Expand Down

0 comments on commit 2b7b425

Please sign in to comment.