From a7efc4455cf4129f5e592efbf3cb4b036214cf8e Mon Sep 17 00:00:00 2001 From: Vitoria Guardieiro Date: Fri, 9 Aug 2024 13:58:40 -0300 Subject: [PATCH] Update version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6bc699..bb5a719 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="topomap", - version="0.0.1", + version="0.0.3", packages=find_packages(), install_requires=[ "matplotlib>=3.8.2",