From 81b45ad380feeea6001e7733d49ad0ecaf66a9dc Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 29 Feb 2024 07:11:57 -0500 Subject: [PATCH] 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbed445..38b7a41 100644 --- a/setup.py +++ b/setup.py @@ -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"]