Skip to content

Commit

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

[bumpversion:file:package.json]

[bumpversion:file:nbextension/package.json]
[bumpversion:file:nbextension/package.json]
2 changes: 1 addition & 1 deletion SwanNotifications/nbextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swannotifications-nbextension",
"version": "0.0.1",
"version": "1.0.0",
"description": "Jupyter Notebook extension to display users' notifications",
"keywords": [
"Jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SwanNotifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swan-cern/swannotifications",
"version": "0.0.1",
"version": "1.0.0",
"description": "Jupyterlab extension to display users' notifications",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion SwanNotifications/swannotifications/_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.0.1'
__version__ = '1.0.0'

0 comments on commit c9ac78c

Please sign in to comment.