From e6a20a806f326da5b2cb607809f0ffe7293355b6 Mon Sep 17 00:00:00 2001 From: pavel Date: Sat, 30 Mar 2024 17:01:32 +0300 Subject: [PATCH] increment library version at pyproject.toml --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7b93486d..f4dd2e64 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
- - + + adaptix logo diff --git a/pyproject.toml b/pyproject.toml index f002d02f..09962aeb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta' [project] name = 'adaptix' -version = '3.0.0b3' +version = '3.0.0b4' description = 'An extremely flexible and configurable data model conversion library' readme = 'README.md' requires-python = '>=3.8'