From 1b0ecd9e31877d1f76d935a7c37af8c2c71347ba Mon Sep 17 00:00:00 2001 From: Matteo Visconti di Oleggio Castello Date: Thu, 15 Aug 2024 18:46:59 -0400 Subject: [PATCH] FIX typo --- docs/source/conf.py | 2 +- moten/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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