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 b552820 commit 80923ffCopy full SHA for 80923ff
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "Mighty-RL"
7
-version = "0.0.1"
+version = "1.0.0"
8
description = "A modular, meta-learning-ready RL library."
9
authors = [{ name = "AutoRL@LUHAI", email = "[email protected]" }]
10
readme = "README.md"
@@ -91,4 +91,4 @@ explicit = true
91
omit = [
92
"mighty/mighty_utils/plotting.py",
93
"mighty/mighty_utils/test_helpers.py"
94
- ]
+ ]
0 commit comments