Skip to content

Commit

Permalink
Merge pull request #515 from ccordoba12/fix-version
Browse files Browse the repository at this point in the history
PR: Fix version that will be released from master
  • Loading branch information
ccordoba12 authored Oct 6, 2024
2 parents 783a684 + c59dbf3 commit afdcd9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder_kernels/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

"""Version File."""

VERSION_INFO = (4, 0, 0, 'dev0')
VERSION_INFO = (3, 1, 0, 'dev0')
__version__ = '.'.join(map(str, VERSION_INFO))

0 comments on commit afdcd9f

Please sign in to comment.