Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed Mar 13, 2024
1 parent a96fe77 commit 62d26a1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion core/src/browsergym/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1a10"
__version__ = "0.1.0rc0"

import playwright.sync_api

Expand Down
2 changes: 1 addition & 1 deletion miniwob/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
browsergym-core==0.0.1a10
browsergym-core==0.1.0rc0
2 changes: 1 addition & 1 deletion miniwob/src/browsergym/miniwob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1a10"
__version__ = "0.1.0rc0"

from browsergym.core.registration import register_task

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ classifiers = [
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"License :: OSI Approved :: Apache Software License",
]
version="0.0.1a10"
version="0.1.0rc0"
dependencies = [
"browsergym-core==0.0.1a10",
"browsergym-miniwob==0.0.1a10",
"browsergym-webarena==0.0.1a10",
"browsergym-workarena==0.0.1a10",
"browsergym-core==0.1.0rc0",
"browsergym-miniwob==0.1.0rc0",
"browsergym-webarena==0.1.0rc0",
"browsergym-workarena==0.1.0rc0",
]

[tool.setuptools]
Expand Down
2 changes: 1 addition & 1 deletion webarena/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
browsergym-core==0.0.1a10
browsergym-core==0.1.0rc0
libwebarena==0.0.2
2 changes: 1 addition & 1 deletion webarena/src/browsergym/webarena/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.0.1a10"
__version__ = "0.1.0rc0"

from browsergym.core.registration import register_task

Expand Down

0 comments on commit 62d26a1

Please sign in to comment.