From acf3948b1d4fce145f78113094c7999f135f4aaa Mon Sep 17 00:00:00 2001 From: Gustavo Rosa Date: Wed, 2 Dec 2020 15:57:16 -0300 Subject: [PATCH] Ready to publish a new release. --- docs/conf.py | 4 ++-- learnergy/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 8f1f64c..c3f62e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,10 +27,10 @@ author = 'Mateus Roder and Gustavo de Rosa' # The short X.Y version -version = '1.0.8' +version = '1.1.0' # The full version, including alpha/beta/rc tags -release = '1.0.8' +release = '1.1.0' # -- General configuration --------------------------------------------------- diff --git a/learnergy/__init__.py b/learnergy/__init__.py index 15a3a98..744aa77 100644 --- a/learnergy/__init__.py +++ b/learnergy/__init__.py @@ -2,4 +2,4 @@ of several modules and sub-modules. """ -__version__ = '1.0.8' +__version__ = '1.1.0' diff --git a/setup.py b/setup.py index 0c765b9..aa8bfcf 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = f.read() setup(name='learnergy', - version='1.0.8', + version='1.1.0', description='Energy-based Machine Learners', long_description=long_description, long_description_content_type='text/markdown',