diff --git a/docs/conf.py b/docs/conf.py index 88f36c9..dfbfd88 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # The short X.Y version version = '0.9' # The full version, including alpha/beta/rc tags -release = '0.9.1' +release = '0.9.2' # -- General configuration --------------------------------------------------- diff --git a/requirements.txt b/requirements.txt index a5a4c8e..e36ac96 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,4 +17,5 @@ retrying==1.3.3 hyperopt==0.1.1 python-telegram-bot==11.1.0 scikit-plot==0.3.7 +seaborn==0.9.0 vega diff --git a/setup.py b/setup.py index e86d175..781bffa 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def main(): requirements = [r.strip() for r in f] setup( name='neptune-contrib', - version='0.9.1', + version='0.9.2', description='Neptune Python library contributions', author='neptune.ml', author_email='contact@neptune.ml',