From b730df980b48458753f7bd63d2e8cfa27aecb96d Mon Sep 17 00:00:00 2001 From: Ivan Frolov Date: Wed, 29 May 2024 10:51:03 -0400 Subject: [PATCH] chore: updated to 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e95f9b0..376e5fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="near-lake-framework", - version="0.0.9", + version="0.1.0", author="Ivan Frolov", author_email="frolvanya@gmail.com", description="Python Library to connect to the NEAR Lake S3 and stream the data",