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 cd2b0f7 commit a0bb432Copy full SHA for a0bb432
2 files changed
nanobot/__init__.py
@@ -2,5 +2,5 @@
2
nanobot - A lightweight AI agent framework
3
"""
4
5
-__version__ = "0.1.4.post3"
+__version__ = "0.1.4.post4"
6
__logo__ = "🐈"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
name = "nanobot-ai"
-version = "0.1.4.post3"
+version = "0.1.4.post4"
description = "A lightweight personal AI assistant framework"
requires-python = ">=3.11"
license = {text = "MIT"}
0 commit comments