Skip to content

Commit 16ee0e7

Browse files
committed
Update version to 0.11.0
1 parent b89de78 commit 16ee0e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "poke_env"
7-
version = "0.10.0"
7+
version = "0.11.0"
88
description = "A python interface for training Reinforcement Learning bots to battle on pokemon showdown."
99
readme = "README.md"
1010
requires-python = ">=3.10.0"
@@ -44,7 +44,7 @@ dev = [
4444
"black==25.11.0",
4545
"flake8>=7.1.1",
4646
"isort==6.1.0",
47-
"mypy>=1.15.0",
47+
"mypy==1.19.0",
4848
"nbsphinx>=0.9.6",
4949
"pre-commit>=4.1.0",
5050
"pytest>=8.3.4",

0 commit comments

Comments
 (0)