From 140573c731b68aa29b69e603372e08b910da86d9 Mon Sep 17 00:00:00 2001 From: Glenn De Jonghe Date: Mon, 2 Nov 2020 15:00:47 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=207.6.4=20=E2=86=92=207.6.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fireant/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fireant/__init__.py b/fireant/__init__.py index 435e382c..6c63c35c 100644 --- a/fireant/__init__.py +++ b/fireant/__init__.py @@ -39,4 +39,4 @@ from .exceptions import DataSetException from .widgets import * -__version__ = "7.6.4" +__version__ = "7.6.5" diff --git a/setup.cfg b/setup.cfg index 16767c95..ab8ce3ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 7.6.4 +current_version = 7.6.5 commit = True tag = True