From 9bed541328843fe1ef6446504066881dc0925320 Mon Sep 17 00:00:00 2001 From: conorheins Date: Wed, 24 Aug 2022 23:11:04 +0200 Subject: [PATCH] bumped version to 0.0.6 --- 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 0b7c679f..763347ba 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.5' +release = '0.0.6' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 6aee86e1..352877a4 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="inferactively-pymdp", - version="0.0.5", + version="0.0.6", author="infer-actively", author_email="conor.heins@gmail.com", description= ("A Python package for solving Markov Decision Processes with Active Inference"),