Skip to content

Commit

Permalink
chore: release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Jul 4, 2019
1 parent 091e09c commit c07fbd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions generate_source/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"_view_name": "VuetifyView",
"_view_module": "jupyter-vuetify",
"_model_module": "jupyter-vuetify",
"_view_module_version": "^0.1.1",
"_model_module_version": "^0.1.1",
"_view_module_version": "^0.1.2",
"_model_module_version": "^0.1.2",

"_metadata": {
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion ipyvuetify/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version_info = (0, 1, 1, 'final')
version_info = (0, 1, 2, 'final')

_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}

Expand Down
2 changes: 1 addition & 1 deletion js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-vuetify",
"version": "0.1.1",
"version": "0.1.2",
"description": "Jupyter widgets based on vuetify UI components",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit c07fbd0

Please sign in to comment.