We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee5cec commit 95f7e38Copy full SHA for 95f7e38
2 files changed
pyproject.toml
@@ -55,7 +55,7 @@ docstring-code-line-length = "dynamic"
55
56
[project]
57
name = "hcle_py"
58
-version = "0.1.9"
+version = "0.1.11"
59
description = "A High-performance C++ Learning Environment"
60
authors = [{ name = "Hal Kolb", email = "hal@kolb.com" }]
61
requires-python = ">=3.10"
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hcle-py",
3
- "version-string": "0.1.9",
+ "version-string": "0.1.11",
4
"dependencies": [
5
"pybind11",
6
"opencv4",
0 commit comments