This commit is contained in:
2024-02-29 07:11:57 -05:00
parent e45d6b75fb
commit 81b45ad380
+1 -1
View File
@@ -18,7 +18,7 @@ URL = "https://github.com/kennethreitz/neon-api-python"
EMAIL = "me@kennethreitz.org"
AUTHOR = "Kenneth Reitz"
REQUIRES_PYTHON = ">=3.10.0"
VERSION = "0.1.0"
VERSION = "0.1.1"
# What packages are required for this module to be executed?
REQUIRED = ["requests", "pydantic >= 2.0.0"]