Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Apr 26, 2024
1 parent 9d06a30 commit f9982db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/core/release.py
Expand Up @@ -16,11 +16,11 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 8
_version_minor = 24
_version_minor = 25
_version_patch = 0
_version_extra = ".dev"
# _version_extra = "rc1"
_version_extra = "" # Uncomment this for full releases
# _version_extra = "" # Uncomment this for full releases

# Construct full version string from these.
_ver = [_version_major, _version_minor, _version_patch]
Expand Down

0 comments on commit f9982db

Please sign in to comment.