diff --git a/README.md b/README.md index c327120..a99084e 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.14-blue.svg?style=flat +[release-image]: https://img.shields.io/badge/release-0.0.15-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 2f24512..c2480d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mysql-ch-replicator" -version = "0.0.14" +version = "0.0.15" description = "Tool for replication of MySQL databases to ClickHouse" authors = ["Filipp Ozinov "] license = "MIT"