From 76df1bc79587285be2b3986ffdc24e45e27461bb Mon Sep 17 00:00:00 2001 From: Re-bin Date: Sun, 1 Feb 2026 16:42:27 +0000 Subject: [PATCH] release 0.1.3.post2 --- .gitignore | 13 ++++++++++++- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a63f7ec..684a756 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,14 @@ .assets .env -*.pyc \ No newline at end of file +*.pyc +dist/ +build/ +*.egg-info/ +*.egg +*.pyc +*.pyo +*.pyd +*.pyw +*.pyz +*.pywz +*.pyzz \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index afadd0c..ab298e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nanobot-ai" -version = "0.1.3.post1" +version = "0.1.3.post2" description = "A lightweight personal AI assistant framework" requires-python = ">=3.11" license = {text = "MIT"}