Skip to content

Commit b511351

Browse files
authored
fix: update pyproject toml details (#62)
1 parent e89fb45 commit b511351

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/pyproject.toml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,17 @@
11

22
[tool.poetry]
33
name = "fable-python"
4-
version = "0.1.0"
4+
version = "0.18.0"
55
description = "Python bindings for Fable"
66
authors = ["Dag Brattli <[email protected]>"]
77
license = "MIT"
88

99
[tool.poetry.dependencies]
10-
python = "^3.8"
11-
fable-library = "^0.3.0"
10+
python = ">= 3.9, < 4.0"
11+
fable-library = "^0.8.0"
1212

1313
[tool.poetry.dev-dependencies]
1414

15-
[tool.fable]
16-
package-dir = "fable-python/fable_python"
17-
1815
[build-system]
1916
requires = ["poetry-core>=1.0.0"]
2017
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)