From 012b5129e507e5cebc503cd98a154126aaee2d18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 1 Dec 2023 11:28:06 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.0=20=E2=86=92=200.1.0a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..f19c5dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +## 0.1.0a0 (2023-12-01) + +### Feat + +- initial commit diff --git a/pyproject.toml b/pyproject.toml index be4a3e0..05b26c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "csp0" -version = "0.0.0" +version = "0.1.0a0" description = "chat side project type 0" authors = ["DPR "] license = "MIT"