From 9e59f56a068a44780aea423ccccdda2ae71045d2 Mon Sep 17 00:00:00 2001 From: Jakub Czakon Date: Mon, 11 May 2020 13:28:09 +0200 Subject: [PATCH] version bump --- docs/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 11e4744..c120a6e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ author = 'Neptune Dev Team' # The short X.Y version -version = '0.19' +version = '0.20' # The full version, including alpha/beta/rc tags -release = '0.19.0' +release = '0.20.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b4bbd5d..bdcc1b1 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def main(): setup( name='neptune-contrib', - version='0.19.0', + version='0.20.0', description='Neptune.ai contributions library', author='neptune.ai', support='contact@neptune.ai',