Skip to content

Commit

Permalink
Release 4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed May 9, 2020
1 parent bb921d4 commit e198a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Expand Up @@ -29,7 +29,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

version_info = (4, 2, 0, "dev0")
version_info = (4, 1, 3)

__version__ = '.'.join(map(str, version_info))
__license__ = __doc__
Expand Down

0 comments on commit e198a97

Please sign in to comment.