Skip to content

Commit

Permalink
Merge pull request #16 from mariobuikhuizen/release_v0.3.1
Browse files Browse the repository at this point in the history
chore: release v0.3.1
  • Loading branch information
mariobuikhuizen committed Apr 6, 2020
2 parents dfa4350 + 27c2419 commit 03bbaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyterlab-snippets/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 0)
version_info = (0, 3, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-snippets",
"version": "0.3.0",
"version": "0.3.1",
"description": "Snippets Extension for JupyterLab",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 03bbaea

Please sign in to comment.