From 09e6899ae059b5770462be1e67e7983dae20c622 Mon Sep 17 00:00:00 2001 From: Emanuele Albini <7670445+emanuele-albini@users.noreply.github.com> Date: Sat, 14 Aug 2021 17:03:40 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 860b814..701feec 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="qualtrutils", - version="0.1.1", + version="0.1.2", author="Emanuele Albini", description="A simple package to interact with the Qualtrics API", long_description=long_description,