Skip to content

Commit

Permalink
Prepare for 0.2 release (#224)
Browse files Browse the repository at this point in the history
* Prepare for 0.2 release

* Depend on CQ 2.1
  • Loading branch information
adam-urbanczyk authored Feb 9, 2021
1 parent d0df725 commit 19f4a92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requirements:

run:
- python {{ environ.get('PYTHON_VERSION') }}
- cadquery=master
- cadquery=2.1
- ocp
- logbook
- pyqt=5.*
Expand All @@ -33,4 +33,4 @@ test:
- cq_editor

about:
summary: GUI for CadQuery 2.0
summary: GUI for CadQuery 2
2 changes: 1 addition & 1 deletion cq_editor/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit 19f4a92

Please sign in to comment.