From 6fa8357f1ab83b59fae751d79617f3d82c5c4378 Mon Sep 17 00:00:00 2001 From: Chris B Date: Mon, 9 Mar 2020 15:35:24 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200,=201,=203,=20'candidate',?= =?UTF-8?q?=201=20=E2=86=92=200,=201,=203,=20'final',=200?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- jupyterlab_celltests/_version.py | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 0c715df..2bc6bf2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0, 1, 3, 'candidate', 1 +current_version = 0, 1, 3, 'final', 0 commit = True tag = True tag_name = v{new_major}.{new_minor}.{new_patch}{new_release}{new_build} diff --git a/jupyterlab_celltests/_version.py b/jupyterlab_celltests/_version.py index 11462d5..187b672 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, 3, 'candidate', 1) +version_info = VersionInfo(0, 1, 3, 'final', 0) _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/package.json b/package.json index 563b268..8c9ead3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_celltests", - "version": "0.1.3-candidate.1", + "version": "0.1.3", "description": "A JupyterLab extension.", "author": "Tim Paine", "main": "lib/index.js",