From 8440c8ee2a627badb9fcd068f546032d48ed2562 Mon Sep 17 00:00:00 2001 From: Vladimir Perekladov Date: Wed, 19 Apr 2023 23:09:05 +0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.1=20=E2=86=92=200.1.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5fb2dbd..59ec0de 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.1 +current_version = 0.1.2 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index 69b5070..2eca899 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "threadsafe-async" -version = "0.1.1" +version = "0.1.2" authors = [ {name = "Vladimir Perekladov", email = "gleero@gmail.com"}, ]