From 9b8c5af3ce82bf314d15313c38e2954d2965b05d Mon Sep 17 00:00:00 2001 From: Filipp Ozinov Date: Fri, 23 Aug 2024 01:43:18 +0400 Subject: [PATCH] Updated version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39c7850..028dd5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Release][release-image]][releases] [![License][license-image]][license] -[release-image]: https://img.shields.io/badge/release-0.0.13-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-0.0.14-blue.svg?style=flat [releases]: https://github.com/bakwc/mysql_ch_replicator/releases [license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat diff --git a/pyproject.toml b/pyproject.toml index 1896f2c..2f24512 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mysql-ch-replicator" -version = "0.0.13" +version = "0.0.14" description = "Tool for replication of MySQL databases to ClickHouse" authors = ["Filipp Ozinov "] license = "MIT"