From 19ce5fdc33fbeee5f2e7779cdffb1aa1785eee5d Mon Sep 17 00:00:00 2001 From: PaulJonasJost Date: Fri, 16 May 2025 16:06:28 +0200 Subject: [PATCH] Allows usage of a vis_spec df --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea01af0..9dffa89 100644 --- a/setup.py +++ b/setup.py @@ -3,4 +3,4 @@ from setuptools import setup # type: ignore if __name__ == "__main__": - setup(version="0.1.2") + setup(version="0.1.3")