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