Skip to content

Commit

Permalink
Release 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-b-yang committed Oct 29, 2024
1 parent 7cc4303 commit 9da193f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions assets/build_deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# !bin/bash

python3 -m build
python -m build

python3 -m twine upload --skip-existing --repository pypi dist/*
# python3 -m twine upload --skip-existing --repository testpypi dist/*
python -m twine upload --skip-existing --repository pypi dist/*
# python -m twine upload --skip-existing --repository testpypi dist/*
2 changes: 1 addition & 1 deletion swebench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.1.0"
__version__ = "2.1.1"

from swebench.collect.build_dataset import main as build_dataset
from swebench.collect.get_tasks_pipeline import main as get_tasks_pipeline
Expand Down

0 comments on commit 9da193f

Please sign in to comment.