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