From f9b1d67da626e336e2a373b0f9d4cb0b530ffce2 Mon Sep 17 00:00:00 2001 From: Donatello Elia Date: Thu, 23 Feb 2023 11:46:15 -0600 Subject: [PATCH] Update version for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f17babc..dc812b0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*paths): setup( name='PyOphidia', - version='1.10.0', + version='1.10.1', description='Python bindings for the Ophidia Data Analytics Platform', long_description=(read('README.rst') + '\n\n'), url='http://ophidia.cmcc.it',