From 2dedb2d8ce5dc3528832b401cd14868a7ac25825 Mon Sep 17 00:00:00 2001 From: Michael Marchetti Date: Mon, 1 Oct 2018 11:10:55 -0400 Subject: [PATCH] bump versino in dist-run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7c03a6d8..28264176 100644 --- a/Makefile +++ b/Makefile @@ -75,7 +75,7 @@ dist-run%: make DOCKER_IMAGE=$(IMAGE)$* PY_VERSION=$* TARGET=dist-run launch dist-run: dist - pip install dist/rsconnect-1.0.0-py2.py3-none-any.whl + pip install dist/rsconnect-1.0.1-py2.py3-none-any.whl jupyter-nbextension install --symlink --user --py rsconnect jupyter-nbextension enable --py rsconnect jupyter-serverextension enable --py rsconnect