From d57c305d66ed72b10dae4ad525a8ec22511dbbee Mon Sep 17 00:00:00 2001 From: Mirella de Medeiros Date: Mon, 10 Jul 2023 11:20:36 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.14.0=20=E2=86=92=201.0.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 1c63b446a..a73b54172 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.14.0 +current_version = 1.0.0 commit = True tag = True diff --git a/boa3/__init__.py b/boa3/__init__.py index 1ed2de0b4..45d95abd3 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.14.0' +__version__ = '1.0.0'