From 3f705329e6a24eff8d3e4ebe55c5333418c9d85d Mon Sep 17 00:00:00 2001 From: Gustavo Rosa Date: Sat, 14 Oct 2023 12:52:21 -0300 Subject: [PATCH] chore(root): Bumps version for 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 0083c71..bf0ec4d 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.1.4" +version = "1.1.5" # The full version, including alpha/beta/rc tags -release = "1.1.4" +release = "1.1.5" # -- General configuration --------------------------------------------------- diff --git a/learnergy/__init__.py b/learnergy/__init__.py index 5381636..1b60f2e 100644 --- a/learnergy/__init__.py +++ b/learnergy/__init__.py @@ -2,4 +2,4 @@ of several modules and sub-modules. """ -__version__ = "1.1.4" +__version__ = "1.1.5" diff --git a/setup.py b/setup.py index 23540d0..184b400 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="learnergy", - version="1.1.4", + version="1.1.5", description="Energy-based Machine Learners", long_description=long_description, long_description_content_type="text/markdown",