diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e14088..651ab92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.1](https://github.com/BlueBrain/neuroagent/compare/v0.3.0...v0.3.1) (2024-10-29) + + +### Bug Fixes + +* fix ecr yml ([#37](https://github.com/BlueBrain/neuroagent/issues/37)) ([1983b20](https://github.com/BlueBrain/neuroagent/commit/1983b2083e276ce2991cee6b6c3b0fc1e8268512)) + ## [0.3.0](https://github.com/BlueBrain/neuroagent/compare/v0.2.0...v0.3.0) (2024-10-29) diff --git a/src/neuroagent/__init__.py b/src/neuroagent/__init__.py index c5959a6..d176689 100644 --- a/src/neuroagent/__init__.py +++ b/src/neuroagent/__init__.py @@ -1,3 +1,3 @@ """Neuroagent package.""" -__version__ = "0.3.0" +__version__ = "0.3.1"