bug fixes

This commit is contained in:
Ari Brown 2023-08-03 14:12:09 -04:00
parent dd2edecc64
commit 72fd7fe005
3 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "minerva"
version = "0.3.2"
version = "0.3.3"
description = "Easier access to AWS Athena and Redshift"
authors = [
"Ari Brown <ari@airintech.com>",
@ -15,3 +15,4 @@ readme = "README.md"
python = ">3.9, <3.11"
boto3 = "^1.26.161"
pyarrow = "^12.0.1"
joblib = "^1.1.0"