diff --git a/docs/conf.py b/docs/conf.py index 39eb5659..8e489feb 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.7' +release = '0.0.7.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 5900d528..29e811ed 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="inferactively-pymdp", - version="0.0.7", + version="0.0.7.1", author="infer-actively", author_email="conor.heins@gmail.com", description= ("A Python package for solving Markov Decision Processes with Active Inference"),