Skip to content

Commit

Permalink
🔖 bump version to 3.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Jan 3, 2025
1 parent e1513cd commit 5cd8f0f
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.12.0"
__version__ = "3.12.1"

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

0 comments on commit 5cd8f0f

Please sign in to comment.