fix(docs): Update quickstart doc and set version in pyproject.toml to 0.2.0

This commit is contained in:
Guido Schulz 2023-12-26 13:09:31 +01:00 committed by GitHub
parent 2d27a9f956
commit 0a89d76cc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "private-gpt"
version = "0.1.0"
version = "0.2.0"
description = "Private GPT"
authors = ["Zylon <hi@zylon.ai>"]