Skip to content

Commit 0766b8a

Browse files
committed
Switching back to development stance
1 parent 44213f9 commit 0766b8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 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.3.0"
7+
version = "2.4.0"
88
license = {file = "LICENSE"}
99
authors = [
1010
{ name="Jeremy Wright" },
@@ -17,8 +17,8 @@ classifiers = [
1717
"Operating System :: OS Independent",
1818
]
1919
dependencies = [
20-
"cadquery",
21-
"cadquery-freecad-import-plugin @ git+https://github.com/jmwright/cadquery-freecad-import-plugin.git"
20+
"cadquery@git+https://github.com/CadQuery/cadquery.git",
21+
"cadquery_freecad_import_plugin"
2222
]
2323

2424
[project.scripts]

0 commit comments

Comments
 (0)