diff --git a/meiga/VERSION b/meiga/VERSION index ee672d8..6f2d365 100644 --- a/meiga/VERSION +++ b/meiga/VERSION @@ -1 +1 @@ -1.9.1 \ No newline at end of file +1.9.2 \ No newline at end of file diff --git a/meiga/__init__.py b/meiga/__init__.py index 19cb5ba..622305c 100644 --- a/meiga/__init__.py +++ b/meiga/__init__.py @@ -1,6 +1,6 @@ from meiga import public_api from meiga.public_api import * -__version__ = "1.9.1" +__version__ = "1.9.2" __all__ = public_api.__all__