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',