diff --git a/meiga/VERSION b/meiga/VERSION index 0b9006e..ed21137 100644 --- a/meiga/VERSION +++ b/meiga/VERSION @@ -1 +1 @@ -1.9.7 \ No newline at end of file +1.10.0 \ No newline at end of file diff --git a/meiga/__init__.py b/meiga/__init__.py index e1870cf..97fdd57 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.7" +__version__ = "1.10.0" __all__ = public_api.__all__