From 53028628d4c90206222d0fdfc31614ff8a5994ae Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Mon, 19 Aug 2019 16:47:54 -0400 Subject: [PATCH 1/2] bump version to match --- .bumpversion.cfg | 2 +- jupyterlab_celltests/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 36e8946..103c0bc 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0, 1, 0, 'alpha', 0 +current_version = 0, 1, 0, 'final', 0 commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) diff --git a/jupyterlab_celltests/_version.py b/jupyterlab_celltests/_version.py index 16f425b..c88913e 100644 --- a/jupyterlab_celltests/_version.py +++ b/jupyterlab_celltests/_version.py @@ -12,7 +12,7 @@ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(0, 1, 0, 'alpha', 0) +version_info = VersionInfo(0, 1, 0, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} From be366a8d5d49f95eba6af115d154f8ec2dcfb249 Mon Sep 17 00:00:00 2001 From: Tim Paine Date: Mon, 19 Aug 2019 16:54:51 -0400 Subject: [PATCH 2/2] bump version --- .bumpversion.cfg | 3 ++- jupyterlab_celltests/_version.py | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 103c0bc..80b069b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0, 1, 0, 'final', 0 +current_version = (0, 1, 1, 'final', 0) commit = False tag = False parse = (?P\d+)\,\ (?P\d+)\,\ (?P\d+)\,\ \'(?P\S+)\'\,\ (?P\d+) @@ -16,3 +16,4 @@ values = [bumpversion:part:build] [bumpversion:file:jupyterlab_celltests/_version.py] + diff --git a/jupyterlab_celltests/_version.py b/jupyterlab_celltests/_version.py index c88913e..4fbdf96 100644 --- a/jupyterlab_celltests/_version.py +++ b/jupyterlab_celltests/_version.py @@ -12,7 +12,7 @@ ]) # DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion -version_info = VersionInfo(0, 1, 0, 'final', 0) +version_info = VersionInfo(0, 1, 1, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/package.json b/package.json index aae841c..4b5e078 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_celltests", - "version": "0.1.0", + "version": "0.1.1", "description": "A JupyterLab extension.", "author": "Tim Paine", "main": "lib/index.js",