Skip to content

Commit

Permalink
Jupyter Enterprise Gateway 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed May 28, 2018
1 parent 720f7e5 commit c3824b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SA:=source activate
ENV:=enterprise-gateway-dev
SHELL:=/bin/bash

VERSION:=1.0.0.dev0
VERSION:=0.9.1

WHEEL_FILE:=dist/jupyter_enterprise_gateway-$(VERSION)-py2.py3-none-any.whl
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" )
Expand Down
5 changes: 2 additions & 3 deletions enterprise_gateway/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
# Distributed under the terms of the Modified BSD License.

version_info = (
1,
0,
0,
'dev0'
9,
1
)

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

0 comments on commit c3824b6

Please sign in to comment.