version update

This commit is contained in:
Luis Aleixo 2023-05-12 09:15:25 +02:00
parent 77774112e4
commit 5525df36eb

View file

@ -38,7 +38,7 @@ from .user import AuthenticatedUser, AnonymousUser
# calculator version. If the calculator needs to make breaking changes (e.g. change
# form attributes) then it can also increase its MAJOR version without needing to
# increase the overall CAiMIRA version (found at ``caimira.__version__``).
__version__ = "4.9"
__version__ = "4.10"
LOG = logging.getLogger(__name__)