Skip to content

Commit b14d471

Browse files
committed
release: v0.1.4
1 parent 92d2799 commit b14d471

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

0 commit comments

Comments
 (0)