Skip to content

Commit

Permalink
Added Pieces base64 (#289)
Browse files Browse the repository at this point in the history
* added pieces base64

* bump env
  • Loading branch information
bovard authored Oct 10, 2024
1 parent 3a90ca8 commit 9100158
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 23 deletions.
2 changes: 1 addition & 1 deletion kaggle_environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from .main import http_request
from . import errors

__version__ = "1.15.2"
__version__ = "1.15.3"

__all__ = ["Agent", "environments", "errors", "evaluate", "http_request",
"make", "register", "utils", "__version__",
Expand Down
Loading

0 comments on commit 9100158

Please sign in to comment.