Skip to content

Commit

Permalink
Version number: 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jul 2, 2015
1 parent 7c6c721 commit 021a5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jupyter_core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

version_info = (
4,
1,
0,
'dev'
1,
#'dev'
)

__version__ = '.'.join(map(str, version_info))

0 comments on commit 021a5d7

Please sign in to comment.