Skip to content

Commit

Permalink
back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Dec 2, 2021
1 parent 44cd8b1 commit 19a3119
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IPython/core/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
# release. 'dev' as a _version_extra string means this is a development
# version
_version_major = 7
_version_minor = 30
_version_patch = 1
_version_minor = 31
_version_patch = 0
_version_extra = '.dev'
# _version_extra = 'b1'
_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 19a3119

Please sign in to comment.