We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65619b7 commit 2d149c4Copy full SHA for 2d149c4
CHANGES.md
@@ -1,3 +1,9 @@
1
+## Changes in 0.1.2
2
+
3
+### Fixes
4
5
+* Fixed failing project creation due to missing dependency.
6
7
## Changes in 0.1.1
8
9
### Enhancements
pyproject.toml
@@ -19,7 +19,7 @@ keywords = [
19
"Machine Learning",
20
"Deep Learning"
21
]
22
-version = "0.1.1"
+version = "0.1.2"
23
readme = { file = "README.md", content-type = "text/markdown" }
24
license = { file = "LICENSE", content-type = "text/plain" }
25
requires-python = ">=3.12"
0 commit comments