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"