We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e6f24 commit 5fb883cCopy full SHA for 5fb883c
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 3.0.0
+## 2.0.0
4
5
- Added the Python SDK for the IPGeolocation API unified endpoints.
6
- Supports typed and raw responses for single and bulk IP lookups.
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "ipgeolocationio"
7
-version = "3.0.0"
+version = "2.0.0"
8
description = "Typed Python SDK for the IPGeolocation.io IP location API, with sync and async clients."
9
readme = "README.md"
10
license = "MIT"
0 commit comments