We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78d7af9 commit d7a1385Copy full SHA for d7a1385
Makefile
@@ -7,7 +7,7 @@ SA:=source activate
7
ENV:=enterprise-gateway-dev
8
SHELL:=/bin/bash
9
10
-VERSION:=1.0.0.dev0
+VERSION:=0.9.4
11
12
WHEEL_FILE:=dist/jupyter_enterprise_gateway-$(VERSION)-py2.py3-none-any.whl
13
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
@@ -4,10 +4,9 @@
4
# Distributed under the terms of the Modified BSD License.
5
6
version_info = (
- 1,
0,
- 0,
- 'dev0'
+ 9,
+ 4
)
__version__ = '.'.join(map(str, version_info))
0 commit comments