Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ppasupat committed Feb 28, 2024
1 parent d41edc4 commit e83ab0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miniwob/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from miniwob.registration import register_miniwob_envs


__version__ = "1.0"
__version__ = "1.0.1"

register_miniwob_envs()

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
]
dependencies = [
"Gymnasium==1.0.0a1",
"Gymnasium>=1.0.0a1",
"Pillow>=9.0.0",
"selenium>=4.5.0",
"numpy>=1.18.0",
Expand Down

0 comments on commit e83ab0f

Please sign in to comment.