From 177146e2d7e32a00e9fbe9d5185bb12bdddacee2 Mon Sep 17 00:00:00 2001 From: Jakub Czakon Date: Wed, 15 Jan 2020 17:35:40 +0100 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 a770c9a..b3f9fb8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -44,13 +44,13 @@ # -- Project information ----------------------------------------------------- project = 'neptune-contrib' -copyright = '2019, Neptune Dev Team' +copyright = '2020, Neptune Dev Team' author = 'Neptune Dev Team' # The short X.Y version version = '0.15' # The full version, including alpha/beta/rc tags -release = '0.15.1' +release = '0.15.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 82563ac..0f12082 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def main(): setup( name='neptune-contrib', - version='0.15.1', + version='0.15.2', description='Neptune.ai contributions library', author='neptune.ai', support='contact@neptune.ai',