Skip to content

Commit

Permalink
versioning simplification
Browse files Browse the repository at this point in the history
  • Loading branch information
gasse committed May 15, 2024
1 parent 7e1e571 commit 47f186b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion miniwob/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dynamic = ["dependencies", "version"]
homepage = "https://github.com/ServiceNow/BrowserGym"

[tool.hatch.version]
path = "src/browsergym/miniwob/__init__.py"
path = "../core/src/browsergym/core/__init__.py"

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
Expand Down
2 changes: 0 additions & 2 deletions miniwob/src/browsergym/miniwob/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.2.2"

from browsergym.core.registration import register_task

from . import all
Expand Down
2 changes: 1 addition & 1 deletion webarena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dynamic = ["dependencies", "version"]
homepage = "https://github.com/ServiceNow/BrowserGym"

[tool.hatch.version]
path = "src/browsergym/webarena/__init__.py"
path = "../core/src/browsergym/core/__init__.py"

[tool.hatch.metadata.hooks.requirements_txt]
files = ["requirements.txt"]
Expand Down
2 changes: 0 additions & 2 deletions webarena/src/browsergym/webarena/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__version__ = "0.2.2"

from browsergym.core.registration import register_task

# register the WebArena benchmark
Expand Down

0 comments on commit 47f186b

Please sign in to comment.