Skip to content

Commit

Permalink
Set __version__ to 1.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jun 28, 2019
1 parent b0273d6 commit 045375b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start_jupyter_cm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__version__ = "1.4.0.dev"
__version__ = "1.4.0"

if os.name == "nt":
from start_jupyter_cm.windows import (add_jupyter_here,
Expand Down

0 comments on commit 045375b

Please sign in to comment.