Skip to content

Commit 4f0530d

Browse files
committed
release: v0.1.4.post3
1 parent 925302c commit 4f0530d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

nanobot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
nanobot - A lightweight AI agent framework
33
"""
44

5-
__version__ = "0.1.4.post2"
5+
__version__ = "0.1.4.post3"
66
__logo__ = "🐈"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "nanobot-ai"
3-
version = "0.1.4.post2"
3+
version = "0.1.4.post3"
44
description = "A lightweight personal AI assistant framework"
55
requires-python = ">=3.11"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)