Skip to content

Commit

Permalink
chore: bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
frolvanya committed Apr 25, 2024
1 parent af1220c commit 2efba82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="near-lake-framework",
version="0.0.7",
version="0.0.8",
author="Ivan Frolov",
author_email="frolvanya@gmail.com",
description="Python Library to connect to the NEAR Lake S3 and stream the data",
Expand All @@ -23,12 +23,12 @@
],
package_dir={"": "src"},
packages=setuptools.find_packages(where="src"),
python_requires=">=3.6",
python_requires=">=3.9",
install_requires=[
"asyncio>=3.4.3",
"dataclasses>=0.6",
"dataclasses-json>=0.5.7",
"aiobotocore>=2.3.0"
"aiobotocore>=2.3.0",
],
package_data={"near_lake_framework": ["py.typed"]}
package_data={"near_lake_framework": ["py.typed"]},
)

0 comments on commit 2efba82

Please sign in to comment.