diff --git a/docs/conf.py b/docs/conf.py index bd862583..0b7c679f 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.4' +release = '0.0.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a6ad874b..6aee86e1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="inferactively-pymdp", - version="0.0.4", + version="0.0.5", author="infer-actively", author_email="conor.heins@gmail.com", description= ("A Python package for solving Markov Decision Processes with Active Inference"),