From 7fff19ab6a79ae18d3a671cb0ca956c19633d79f Mon Sep 17 00:00:00 2001 From: Will Barnes Date: Tue, 21 Sep 2021 09:18:34 -0400 Subject: [PATCH] bump version to 1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d5c581d..dcad6d4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='hissw', license='MIT', - version='1.1', + version='1.2', description='Seamlessly integrate SSWIDL code into your Python workflow', long_description=long_description, long_description_content_type='text/markdown',