From 5c11929c6ccb6c3bede70179f1ebe48493354d70 Mon Sep 17 00:00:00 2001 From: Grigorii Kirgizov Date: Mon, 14 Aug 2023 09:35:36 +0300 Subject: [PATCH] Minor version upd --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cf698c44..ad3e3e34 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ author = 'NSS Lab' # The full version, including alpha/beta/rc tags -release = '0.3.2' +release = '0.3.3' # -- General configuration --------------------------------------------------- # Add any Sphinx extension module names here, as strings. They can be diff --git a/setup.py b/setup.py index 5ead3462..9c248bb9 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ # The text of the README file NAME = 'thegolem' -VERSION = '0.3.2' +VERSION = '0.3.3' AUTHOR = 'NSS Lab' SHORT_DESCRIPTION = 'Framework for Graph Optimization and Learning by Evolutionary Methods'