Skip to content

Commit 500f762

Browse files
committed
Fixing pins for skipped 2.3.0 release
1 parent 4907594 commit 500f762

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "cq_cli"
7-
version = "2.4.0"
7+
version = "2.3.0"
88
license = {file = "LICENSE"}
99
authors = [
1010
{ name="Jeremy Wright" },
@@ -17,7 +17,7 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"cadquery@git+https://github.com/CadQuery/cadquery.git",
20+
"cadquery",
2121
"cadquery_freecad_import_plugin"
2222
]
2323

0 commit comments

Comments
 (0)