From 71a454e6addee7a0912b1678f46af57e0352bd27 Mon Sep 17 00:00:00 2001 From: Jakub Czakon Date: Fri, 24 Jan 2020 16:39:43 +0100 Subject: [PATCH] version bump --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index b3f9fb8..41e4a6d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ # The short X.Y version version = '0.15' # The full version, including alpha/beta/rc tags -release = '0.15.2' +release = '0.15.3' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 7657dd9..d7d0b35 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def main(): setup( name='neptune-contrib', - version='0.15.2', + version='0.15.3', description='Neptune.ai contributions library', author='neptune.ai', support='contact@neptune.ai',