Skip to content

Commit

Permalink
bumped pymdp version to 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheins committed Jan 10, 2022
1 parent b556fdd commit 947845d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="inferactively-pymdp",
version="0.0.3",
version="0.0.4",
author="infer-actively",
author_email="[email protected]",
description= ("A Python package for solving Markov Decision Processes with Active Inference"),
Expand Down Expand Up @@ -32,7 +32,9 @@
'six>=1.15.0',
'toml>=0.10.2',
'typing-extensions>=3.7.4.3',
'xlsxwriter>=1.4.3'
'xlsxwriter>=1.4.3',
'sphinx-rtd-theme>=0.4',
'myst-nb>=0.13.1'
],
packages=[
"pymdp",
Expand Down

0 comments on commit 947845d

Please sign in to comment.