Skip to content

Commit a0bb432

Browse files
committed
chore: bump version to 0.1.4.post4
1 parent cd2b0f7 commit a0bb432

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.post3"
5+
__version__ = "0.1.4.post4"
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.post3"
3+
version = "0.1.4.post4"
44
description = "A lightweight personal AI assistant framework"
55
requires-python = ">=3.11"
66
license = {text = "MIT"}

0 commit comments

Comments
 (0)