From eaecb35c52a4eb37454f343bee066c5e2cafa5c3 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Sun, 16 May 2021 13:42:46 +0200 Subject: [PATCH] Updated version to 0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d28b73e..fb72195 100644 --- a/setup.py +++ b/setup.py @@ -2,6 +2,6 @@ import setuptools setuptools.setup( name="coordslib", - version="0.0.2", + version="0.0.3", packages=['coords'] ) -- GitLab