From f5e53627441eeb08db538574d1617436491c6769 Mon Sep 17 00:00:00 2001 From: Samuel Watkins <35979561+slwatkins@users.noreply.github.com> Date: Mon, 27 Mar 2023 15:02:04 -0600 Subject: [PATCH] update to v0.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8bca528..e93f09b 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ def run(self): setup( name="darklim", - version="0.1.2", + version="0.1.3", description="DM Limit Setting and Sensitivity", long_description=long_description, long_description_content_type='text/markdown',