bump version name

This commit is contained in:
Matteo Rosati
2026-04-22 23:20:07 +02:00
parent 0d5983f047
commit 091f04ef10
2 changed files with 1 additions and 16 deletions
-15
View File
@@ -1,15 +0,0 @@
name: test
on:
push:
branches:
- main
jobs:
hello:
runs-on: ubuntu-latest
steps:
- name: Show basic info
run: |
echo "Hello from Gitea Actions"
uname -a
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "chromy" name = "chromy"
version = "1.0.0" version = "1.1.0"
description = "Chromy is a minimal CLI RAG system based on Chromadb" description = "Chromy is a minimal CLI RAG system based on Chromadb"
readme = "README.md" readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"