From 319133d8a301729bdc2b050aec2b4279ed898b63 Mon Sep 17 00:00:00 2001 From: Pedro Kiefer Date: Tue, 9 Jul 2019 14:09:45 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0=20=E2=86=92=201.6.1?= 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 eb3e874..35b9fa4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -2,7 +2,7 @@ commit = True tag = True tag_name = {new_version} -current_version = 1.6.0 +current_version = 1.6.1 [bumpversion:file:aiostomp/__init__.py] diff --git a/aiostomp/__init__.py b/aiostomp/__init__.py index 8afce9b..c39ef88 100644 --- a/aiostomp/__init__.py +++ b/aiostomp/__init__.py @@ -1,5 +1,5 @@ # -*- coding:utf-8 -*- -__version__ = '1.6.0' +__version__ = '1.6.1' from .aiostomp import AioStomp