We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4907594 commit 500f762Copy full SHA for 500f762
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "cq_cli"
7
-version = "2.4.0"
+version = "2.3.0"
8
license = {file = "LICENSE"}
9
authors = [
10
{ name="Jeremy Wright" },
@@ -17,7 +17,7 @@ classifiers = [
17
"Operating System :: OS Independent",
18
]
19
dependencies = [
20
- "cadquery@git+https://github.com/CadQuery/cadquery.git",
+ "cadquery",
21
"cadquery_freecad_import_plugin"
22
23
0 commit comments