From 99a1ab2660e0a8623fbbd198ed6c61f438af1bb6 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 22 Jul 2024 15:56:56 +0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1ccdec0..0cdb42d 100644 --- a/setup.py +++ b/setup.py @@ -38,7 +38,7 @@ def get_requirements(): return requirements PACKAGE_NAME = 'rerun-animation' -VERSION = '0.0.2' +VERSION = '0.0.3' AUTHOR = 'Moverse P.C.' EMAIL = 'info@moverse.ai' LICENSE = 'Apache 2.0'