From 2821f460fb7334abd5a03bc792bfd8b311e4e79c Mon Sep 17 00:00:00 2001 From: Ethan Keller Date: Tue, 28 Aug 2018 11:04:16 -0400 Subject: [PATCH] Bumped version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 171d452..90a6e79 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name= 'onshapepy', - version= '0.0.15', + version= '0.0.16', description= 'Drive part configurations from Python.', long_description= long_description, author= 'Ethan Keller',