Skip to content

Commit

Permalink
FIX typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Aug 15, 2024
1 parent 228200c commit 1b0ecd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion moten/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1b0ecd9

Please sign in to comment.