diff --git a/docs/source/conf.py b/docs/source/conf.py index 5e643f1..2d954cc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The full version, including alpha/beta/rc tags import moten # noqa release = moten.__version__ -version = moten__version__ +version = moten.__version__ # -- General configuration --------------------------------------------------- diff --git a/moten/__init__.py b/moten/__init__.py index 53b1c0b..4a7ac6a 100644 --- a/moten/__init__.py +++ b/moten/__init__.py @@ -52,7 +52,7 @@ def get_default_pyramid(vhsize=(144, 256), fps=24, **kwargs): __all__ = ['utils', 'core', 'viz', 'io'] -__version__ = '0.0.7' +__version__ = '0.0.8' if __name__ == '__main__': pass