release 0.1.3.post2

This commit is contained in:
Re-bin 2026-02-01 16:42:27 +00:00
parent a3ed0c817e
commit 76df1bc795
2 changed files with 13 additions and 2 deletions

13
.gitignore vendored
View File

@ -1,3 +1,14 @@
.assets .assets
.env .env
*.pyc *.pyc
dist/
build/
*.egg-info/
*.egg
*.pyc
*.pyo
*.pyd
*.pyw
*.pyz
*.pywz
*.pyzz

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nanobot-ai" name = "nanobot-ai"
version = "0.1.3.post1" version = "0.1.3.post2"
description = "A lightweight personal AI assistant framework" description = "A lightweight personal AI assistant framework"
requires-python = ">=3.11" requires-python = ">=3.11"
license = {text = "MIT"} license = {text = "MIT"}