Skip to content

Commit d7a1385

Browse files
committed
Jupyter Enterprise Gateway 0.9.4 release
1 parent 78d7af9 commit d7a1385

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SA:=source activate
77
ENV:=enterprise-gateway-dev
88
SHELL:=/bin/bash
99

10-
VERSION:=1.0.0.dev0
10+
VERSION:=0.9.4
1111

1212
WHEEL_FILE:=dist/jupyter_enterprise_gateway-$(VERSION)-py2.py3-none-any.whl
1313
WHEEL_FILES:=$(shell find . -type f ! -path "./build/*" ! -path "./etc/*" ! -path "./docs/*" ! -path "./.git/*" ! -path "./.idea/*" ! -path "./dist/*" ! -path "./.image-enterprise-gateway" ! -path "./.image-nb2kg" ! -path "./.image-yarn-spark" )

enterprise_gateway/_version.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
# Distributed under the terms of the Modified BSD License.
55

66
version_info = (
7-
1,
87
0,
9-
0,
10-
'dev0'
8+
9,
9+
4
1110
)
1211

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

0 commit comments

Comments
 (0)