From c55efe1171cfd89bc6049e72e8aec2abaa0d3d67 Mon Sep 17 00:00:00 2001 From: James Noss Date: Fri, 14 May 2021 12:30:47 -0400 Subject: [PATCH] Release v0.35.1 Signed-off-by: James Noss --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43432b41..2a2f335e 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='catkit', - version='0.35.0', + version='0.35.1', description='Python API wrapping hardware and device drivers for the Optics Lab.', url='https://github.com/spacetelescope/catkit', author='Makidon Optics Lab',