We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c417b61 commit 38bf01aCopy full SHA for 38bf01a
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.5.5] - 02.06.2025
11
+
12
### Changed
13
- Bearer token is propagated through the `httpx_client`.
14
- Use `.model_dump(exclude_defaults=True)` for auto-generated classes dumping.
backend/src/neuroagent/__init__.py
@@ -1,3 +1,3 @@
1
"""Neuroagent package."""
2
3
-__version__ = "0.5.4"
+__version__ = "0.5.5"
0 commit comments