Skip to content

Commit

Permalink
[Version] v2.5.0rc1 (#1294)
Browse files Browse the repository at this point in the history
  • Loading branch information
sotetsuk authored Dec 3, 2024
1 parent 90354da commit 3a1c46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pgx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pgx._src.visualizer import save_svg, save_svg_animation, set_visualization_config
from pgx.core import Env, EnvId, State, available_envs, make

__version__ = "2.4.2"
__version__ = "2.5.0rc1"

__all__ = [
# types
Expand Down

0 comments on commit 3a1c46f

Please sign in to comment.