From 2ea0afd84f3328b29255e82f6856577a607eb3ea Mon Sep 17 00:00:00 2001 From: conorheins Date: Thu, 8 Dec 2022 16:21:50 +0100 Subject: [PATCH] bumped version to 0.0.7 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 763347ba..39eb5659 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = 'infer-actively' # The full version, including alpha/beta/rc tags -release = '0.0.6' +release = '0.0.7' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 352877a4..39521f9c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="inferactively-pymdp", - version="0.0.6", + version="0.0.7", author="infer-actively", author_email="conor.heins@gmail.com", description= ("A Python package for solving Markov Decision Processes with Active Inference"),