From 2735b4c6eb9414fa7a8d18a901481fefdfe37a9b Mon Sep 17 00:00:00 2001 From: Mirella de Medeiros Date: Tue, 15 Jun 2021 11:14:58 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.8.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- boa3/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b01685bca..469148770 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.8.2 commit = True tag = True diff --git a/boa3/__init__.py b/boa3/__init__.py index 5bdc85e90..e3cc62add 100644 --- a/boa3/__init__.py +++ b/boa3/__init__.py @@ -1,4 +1,4 @@ import logging logging.basicConfig(format='%(levelname)s: %(message)s', level=logging.DEBUG) -__version__ = '0.8.1' +__version__ = '0.8.2'