From c75c889fd27615b0be7b660f6a39a0502b377c91 Mon Sep 17 00:00:00 2001 From: Mirella de Medeiros Date: Mon, 14 Dec 2020 15:59:57 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= 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 0321c8e02..4f4430c1e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/boa3/__init__.py b/boa3/__init__.py index 3dd263b9d..422ecc400 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.5.0' +__version__ = '0.6.0'