From 7372a4da5b6dedaab998aefd42fff7526b9de58d Mon Sep 17 00:00:00 2001 From: Anthony Mahanna <43019056+aMahanna@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:50:55 -0400 Subject: [PATCH] bump package version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 27f44f9..92dfd5c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ setup( name="arango_datasets", - version="1.1.1", + version="1.1.2", author="Chris Woodward", author_email="christopher@arangodb.com", description="Package for fetching and loading datasets for ArangoDB deployments.",