We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90354da commit 3a1c46fCopy full SHA for 3a1c46f
pgx/__init__.py
@@ -4,7 +4,7 @@
4
from pgx._src.visualizer import save_svg, save_svg_animation, set_visualization_config
5
from pgx.core import Env, EnvId, State, available_envs, make
6
7
-__version__ = "2.4.2"
+__version__ = "2.5.0rc1"
8
9
__all__ = [
10
# types
0 commit comments