From e6f033477cf331198998be9c3fe7ace83dbb610c Mon Sep 17 00:00:00 2001 From: Federico Tomasi Date: Thu, 6 May 2021 10:09:32 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.6=20=E2=86=92=200.2.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- regain/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/regain/__init__.py b/regain/__init__.py index fb72e5b..538a33e 100644 --- a/regain/__init__.py +++ b/regain/__init__.py @@ -28,4 +28,4 @@ # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -__version__ = '0.2.6' +__version__ = '0.2.7' diff --git a/setup.cfg b/setup.cfg index 58d88f6..96522e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.6 +current_version = 0.2.7 commit = True tag = True