Skip to content

Commit

Permalink
1.14.16
Browse files Browse the repository at this point in the history
  • Loading branch information
bovard committed Oct 2, 2024
1 parent a10e9d6 commit 868f363
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions kaggle_environments/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
from .api import get_episode_replay, list_episodes, list_episodes_for_team, list_episodes_for_submission
from .core import *
from .main import http_request
from . import errors
from . import utils
from . import errorshttps://github.com/Kaggle/kaggleazure/pull/31690

__version__ = "1.14.15"
__version__ = "1.14.16"

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

0 comments on commit 868f363

Please sign in to comment.