From 48884f8626432f3f299c925e5266809e41e609b3 Mon Sep 17 00:00:00 2001 From: Conor Heins Date: Mon, 8 Jun 2026 09:38:37 +0200 Subject: [PATCH] chore(main): release 1.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- setup.cfg | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e6..0db4c771 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1fd6034..a0043617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.0.3](https://github.com/infer-actively/pymdp/compare/v1.0.2...v1.0.3) (2026-06-08) + + +### Documentation + +* **notebooks:** add colab badge and install cell to other notebooks ([#407](https://github.com/infer-actively/pymdp/issues/407)) ([c9f8ef9](https://github.com/infer-actively/pymdp/commit/c9f8ef9f8ba9b1f163f66cb4009918510fef9222)) +* **notebooks:** add google colab badge and install cell to model construction notebook ([#406](https://github.com/infer-actively/pymdp/issues/406)) ([be658c2](https://github.com/infer-actively/pymdp/commit/be658c2f949586520a7c8c005533a4944fd7e5b6)) +* remove legacy docs folder ([#409](https://github.com/infer-actively/pymdp/issues/409)) ([57b09cf](https://github.com/infer-actively/pymdp/commit/57b09cf48ceacff972f710718fc58334b42badf5)) + ## [1.0.2](https://github.com/infer-actively/pymdp/compare/v1.0.1...v1.0.2) (2026-05-07) diff --git a/pyproject.toml b/pyproject.toml index 775c484b..3069e4bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inferactively-pymdp" -version = "1.0.2" +version = "1.0.3" description = "A Python package for solving Markov Decision Processes with Active Inference" authors = [ { name = "Conor Heins", email="conor.heins@gmail.com"}, diff --git a/setup.cfg b/setup.cfg index 9f54a602..81c6401b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = inferactively-pymdp # x-release-please-start-version -version = 1.0.2 +version = 1.0.3 # x-release-please-end description = A Python package for solving Markov Decision Processes with Active Inference long_description = file: README.md