This commit is contained in:
2024-03-01 15:33:40 -05:00
parent 7da6e5b1c1
commit 29bbf4defa
4 changed files with 7 additions and 3 deletions
+4
View File
@@ -1,6 +1,10 @@
History History
======= =======
0.1.3
-----
- Added poetry tooling support.
0.1.2 0.1.2
----- -----
+1 -1
View File
@@ -1 +1 @@
__version__ = "0.1.1" __version__ = "0.1.3"
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "neon-api" name = "neon-api"
version = "0.1.2" version = "0.1.3"
description = "An API Client for the Neon API." description = "An API Client for the Neon API."
authors = ["Kenneth Reitz <me@kennethreitz.org>"] authors = ["Kenneth Reitz <me@kennethreitz.org>"]
license = "Apache-2.0" license = "Apache-2.0"
+1 -1
View File
@@ -18,7 +18,7 @@ URL = "https://github.com/kennethreitz/neon-api-python"
EMAIL = "me@kennethreitz.org" EMAIL = "me@kennethreitz.org"
AUTHOR = "Kenneth Reitz" AUTHOR = "Kenneth Reitz"
REQUIRES_PYTHON = ">=3.9.0" REQUIRES_PYTHON = ">=3.9.0"
VERSION = "0.1.2" VERSION = "0.1.3"
# What packages are required for this module to be executed? # What packages are required for this module to be executed?
REQUIRED = ["requests", "pydantic >= 2.0.0"] REQUIRED = ["requests", "pydantic >= 2.0.0"]