From 27624c640cbbc651613e2584f9709c11d54826b4 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 19 Nov 2014 21:16:54 -0500 Subject: [PATCH] Updated the version number in init. --- cadquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cadquery/__init__.py b/cadquery/__init__.py index f04e0f7..0ffdf6d 100644 --- a/cadquery/__init__.py +++ b/cadquery/__init__.py @@ -18,4 +18,4 @@ __all__ = [ 'Shape','Vertex','Edge','Wire','Solid','Shell','Compound','exporters', 'importers', 'NearestToPointSelector','ParallelDirSelector','DirectionSelector','PerpendicularDirSelector','TypeSelector','DirectionMinMaxSelector','StringSyntaxSelector','Selector','plugins' ] -__version__ = 0.9 +__version__ = "0.1.7"