diff --git a/fireant/__init__.py b/fireant/__init__.py index 32828993..c8c129d6 100644 --- a/fireant/__init__.py +++ b/fireant/__init__.py @@ -39,4 +39,4 @@ from .exceptions import DataSetException from .widgets import * -__version__ = "5.11.0" +__version__ = "5.12.0" diff --git a/setup.cfg b/setup.cfg index aa494972..773e7cb9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.11.0 +current_version = 5.12.0 commit = True tag = True