From a8dbaaa2dc5c2c347a06f80c81453b61ab4569b9 Mon Sep 17 00:00:00 2001 From: Adam Hines Date: Mon, 4 Dec 2023 10:24:35 +1000 Subject: [PATCH] Modify version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1252a7d..c4a06b6 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # define the setup setup( name="VPRTempo", - version="1.1.0", + version="1.1.1", description='VPRTempo: A Fast Temporally Encoded Spiking Neural Network for Visual Place Recognition', long_description=long_description, long_description_content_type='text/markdown',