Skip to content

Commit

Permalink
Update version to 1.0.0 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Curran authored Jul 10, 2018
1 parent 250fa22 commit ba2d0cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Download the `rsconnect` python package from
[here](https://github.com/rstudio/rsconnect-jupyter/releases)
(packaged as a [wheel](https://pythonwheels.com/) file).

We recommend working within a `virtualenv` (especially on Mac). If you
are unfamiliar, these commands create and activate a `virtualenv`
We recommend working within a `virtualenv` (especially on Mac). If you
are unfamiliar, these commands create and activate a `virtualenv`
at `/my/path`:

```
Expand All @@ -32,7 +32,7 @@ source bin/activate
Install the `rsconnect` package with the following command:

```
pip install rsconnect-0.1.0-py2.py3-none-any.whl
pip install rsconnect-1.0.0-py2.py3-none-any.whl
```

Enable the `rsconnect` extension with the following commands:
Expand Down
2 changes: 1 addition & 1 deletion rsconnect/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
except:
from .rsconnect import app_search, mk_manifest, deploy, verify_server, RSConnectException

__version__ = '0.1.0'
__version__ = '1.0.0'


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


setup(name='rsconnect',
version='0.1.0',
version='1.0.0',
description='Jupyter Notebook integration with RStudio Connect',
long_description=readme(),
url='http://github.com/rstudio/rsconnect-jupyter',
Expand Down

0 comments on commit ba2d0cb

Please sign in to comment.