Skip to content

Commit

Permalink
SwanHelp v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
diocas committed Sep 3, 2020
1 parent 53ebf9f commit a670ba6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions SwanHelp/.bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2
current_version = 1.0.0
commit = True
tag = True
tag_name = SwanHelp/v{new_version}
Expand All @@ -9,4 +9,4 @@ message = SwanHelp v{new_version}

[bumpversion:file:package.json]

[bumpversion:file:nbextension/package.json]
[bumpversion:file:nbextension/package.json]
2 changes: 1 addition & 1 deletion SwanHelp/nbextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swanhelp-nbextension",
"version": "0.1.2",
"version": "1.0.0",
"description": "Jupyter Notebook extension to provide a help panel to users",
"keywords": [
"Jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SwanHelp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swan-cern/swanhelp",
"version": "0.1.2",
"version": "1.0.0",
"description": "Help panel for SWAN",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SwanHelp/swanhelp/_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# please don't modify this file,
# this is automatically updated by bump2version
__version__ = '0.1.2'
__version__ = '1.0.0'

0 comments on commit a670ba6

Please sign in to comment.