From 4d5ca7a326ca99321ca5b5742310be687c202d54 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Thu, 5 Mar 2015 17:39:20 -0500 Subject: [PATCH] Updated the embedded version of CQ for the version changes. --- CadQuery/Libs/cadquery/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CadQuery/Libs/cadquery/__init__.py b/CadQuery/Libs/cadquery/__init__.py index def64bc..d3676a3 100644 --- a/CadQuery/Libs/cadquery/__init__.py +++ b/CadQuery/Libs/cadquery/__init__.py @@ -16,4 +16,4 @@ __all__ = [ 'Shape','Vertex','Edge','Wire','Solid','Shell','Compound','exporters', 'importers', 'NearestToPointSelector','ParallelDirSelector','DirectionSelector','PerpendicularDirSelector','TypeSelector','DirectionMinMaxSelector','StringSyntaxSelector','Selector','plugins' ] -__version__ = "0.1.7" \ No newline at end of file +__version__ = "0.1.8"