Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Commit

Permalink
Update pydatalab to version 1.1.3 (#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojarjur authored May 11, 2018
1 parent ec3002a commit 52603cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ tsc --module amd --noImplicitAny google/datalab/notebook/static/*.ts

# This is the test url, you should change this to
# https://upload.pypi.org/legacy/ for prod binaries
server="${https://test.pypi.python.org/pypi}"
server="${1:-https://test.pypi.python.org/pypi}"
echo "Submitting package to ${server}"

# Build and upload a distribution package
rm dist/*
rm -rf dist/*
python setup.py sdist
twine upload --repository-url "${server}" dist/*

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from setuptools import setup

version = '1.1.2'
version = '1.1.3'

setup(
name='datalab',
Expand Down

0 comments on commit 52603cb

Please sign in to comment.