Skip to content

Commit

Permalink
Release 4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Sep 1, 2020
1 parent 904e7e4 commit 0031b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

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

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

0 comments on commit 0031b53

Please sign in to comment.