diff --git a/ormar/__init__.py b/ormar/__init__.py index 1d9f65c..3d7e820 100644 --- a/ormar/__init__.py +++ b/ormar/__init__.py @@ -15,7 +15,7 @@ from ormar.fields import ( ) from ormar.models import Model -__version__ = "0.1.0" +__version__ = "0.1.1" __all__ = [ "Integer", "BigInteger",