diff --git a/sqlalchemy_mptt/__init__.py b/sqlalchemy_mptt/__init__.py index 4295c37..20b0827 100644 --- a/sqlalchemy_mptt/__init__.py +++ b/sqlalchemy_mptt/__init__.py @@ -7,5 +7,5 @@ # Distributed under terms of the MIT license. from .mixins import BaseNestedSets -__version__ = "0.0.2" +__version__ = "0.0.3" __mixins__ = [BaseNestedSets]