From 4ff6c71e6c0222d2cfd104a66c4b47def293c5d6 Mon Sep 17 00:00:00 2001 From: ethan92429 Date: Fri, 17 Aug 2018 11:23:46 -0400 Subject: [PATCH] test bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8b6789..e279e2b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name= 'onshapepy', - version= '0.0.12', + version= '0.0.13', description= 'Drive part configurations from Python.', long_description= long_description, author= 'Ethan Keller',