From 61dc7ccbdc6095fa6cc3b4a414e2f72d03d1c9df Mon Sep 17 00:00:00 2001 From: Ethan Keller Date: Sat, 22 Sep 2018 14:31:47 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c85284c..3562cb4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name= 'onshapepy', - version= '0.0.17', + version= '0.0.18', description= 'Drive part configurations from Python.', long_description= long_description, author= 'Ethan Keller',