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 b89de78 commit 16ee0e7Copy full SHA for 16ee0e7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "poke_env"
7
-version = "0.10.0"
+version = "0.11.0"
8
description = "A python interface for training Reinforcement Learning bots to battle on pokemon showdown."
9
readme = "README.md"
10
requires-python = ">=3.10.0"
@@ -44,7 +44,7 @@ dev = [
44
"black==25.11.0",
45
"flake8>=7.1.1",
46
"isort==6.1.0",
47
- "mypy>=1.15.0",
+ "mypy==1.19.0",
48
"nbsphinx>=0.9.6",
49
"pre-commit>=4.1.0",
50
"pytest>=8.3.4",
0 commit comments