From b11c76d57b01477f9963eb1fe72296e8fb59aa8f Mon Sep 17 00:00:00 2001 From: Pedro Kiefer Date: Fri, 25 Nov 2022 11:31:06 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.7.2=20=E2=86=92=201.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- aiostomp/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5dfe840..b52e7d8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,6 +2,6 @@ commit = True tag = True tag_name = v{new_version} -current_version = 1.7.2 +current_version = 1.7.3 [bumpversion:file:aiostomp/__init__.py] diff --git a/aiostomp/__init__.py b/aiostomp/__init__.py index 1c25283..8977fd4 100644 --- a/aiostomp/__init__.py +++ b/aiostomp/__init__.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -__version__ = "1.7.2" +__version__ = "1.7.3" from .aiostomp import AioStomp