From c9ac78cb0a5ff6e303ce1b7cbbf25be8dc5102c4 Mon Sep 17 00:00:00 2001 From: Diogo Castro Date: Thu, 3 Sep 2020 12:11:55 +0200 Subject: [PATCH] SwanNotifications v1.0.0 --- SwanNotifications/.bumpversion.cfg | 4 ++-- SwanNotifications/nbextension/package.json | 2 +- SwanNotifications/package.json | 2 +- SwanNotifications/swannotifications/_version.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/SwanNotifications/.bumpversion.cfg b/SwanNotifications/.bumpversion.cfg index 0081f846..b075f2fd 100644 --- a/SwanNotifications/.bumpversion.cfg +++ b/SwanNotifications/.bumpversion.cfg @@ -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} @@ -9,4 +9,4 @@ message = SwanNotifications v{new_version} [bumpversion:file:package.json] -[bumpversion:file:nbextension/package.json] \ No newline at end of file +[bumpversion:file:nbextension/package.json] diff --git a/SwanNotifications/nbextension/package.json b/SwanNotifications/nbextension/package.json index 59120cb4..1a7412cf 100644 --- a/SwanNotifications/nbextension/package.json +++ b/SwanNotifications/nbextension/package.json @@ -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", diff --git a/SwanNotifications/package.json b/SwanNotifications/package.json index 91cacd56..ac2df1f5 100644 --- a/SwanNotifications/package.json +++ b/SwanNotifications/package.json @@ -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", diff --git a/SwanNotifications/swannotifications/_version.py b/SwanNotifications/swannotifications/_version.py index 51725cb9..ec742468 100644 --- a/SwanNotifications/swannotifications/_version.py +++ b/SwanNotifications/swannotifications/_version.py @@ -1,3 +1,3 @@ # please don't modify this file, # this is automatically updated by bump2version -__version__ = '0.0.1' +__version__ = '1.0.0'