From 6101b8b6ff5ae7fa162c264e3be44db7fe7dafd4 Mon Sep 17 00:00:00 2001 From: AG3NTZ3R0 Date: Fri, 1 Mar 2024 10:57:42 -0500 Subject: [PATCH] Update --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index aab4c3c..b8ec885 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = cnbc -version = 0.0.2 +version = 1.0.0 author = Brandon J. Lacy author_email = Z3R0@duck.com description = A Python package that wraps CNBC API endpoints and returns financial data in JSON. @@ -18,7 +18,7 @@ classifiers = package_dir = = src packages = find: -python_requires = >=3.6 +python_requires = >=3.12 install_requires = requests