diff --git a/docs/conf.py b/docs/conf.py index 869242b..11e4744 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,9 +50,9 @@ author = 'Neptune Dev Team' # The short X.Y version -version = '0.18' +version = '0.19' # The full version, including alpha/beta/rc tags -release = '0.18.4' +release = '0.19.0' # -- General configuration --------------------------------------------------- diff --git a/docs/user_guide/logging/chart.rst b/docs/user_guide/logging/chart.rst index 0e2466b..36cda99 100644 --- a/docs/user_guide/logging/chart.rst +++ b/docs/user_guide/logging/chart.rst @@ -1,5 +1,5 @@ Chart -=========== +===== .. automodule:: neptunecontrib.logging.chart :members: diff --git a/setup.py b/setup.py index 9c9ef96..2b498be 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def main(): setup( name='neptune-contrib', - version='0.18.4', + version='0.19.0', description='Neptune.ai contributions library', author='neptune.ai', support='contact@neptune.ai',