Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Commit

Permalink
Update versions to 0.1.0 alpha 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Mar 24, 2019
1 parent 172bf35 commit 91a006e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ All notable changes to this project will be documented in this file.
This project strives to adheres to [Semantic Versioning](http://semver.org/).


## [0.1.0a2] - 2019-03-24

### Added
- conda recipe
### Fixed
- Don't crash when imported in a non-IPython context

## [0.1.0a1] - 2019-03-24
Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ The jupyterlab-dash library requires both a Python package and a JupyterLab
extension.

```
$ pip install jupyterlab-dash==0.1.0a1
$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.1
$ pip install jupyterlab-dash==0.1.0a2
$ jupyter labextension install jupyterlab-dash@0.1.0-alpha.2
```

## Development Installation
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_dash/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.0a1'
__version__ = '0.1.0a2'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-dash",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "A JupyterLab extensions for rendering Plotly Dash apps",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 91a006e

Please sign in to comment.