Skip to content

Commit

Permalink
MNT version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdoc committed Jul 29, 2024
1 parent ef4fae0 commit 1b5566e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions moten/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
##############################
# internal imports
##############################
from moten import (pyramids,
utils,
core,
viz,
io,
)

from moten import core, io, pyramids, utils, viz

# some default pyramids
default_pyramids = pyramids.DefaultPyramids()
Expand Down Expand Up @@ -58,7 +52,7 @@ def get_default_pyramid(vhsize=(144, 256), fps=24, **kwargs):

__all__ = ['utils', 'core', 'viz', 'io']

__version__ = '0.0.4'
__version__ = '0.0.5'

if __name__ == '__main__':
pass

0 comments on commit 1b5566e

Please sign in to comment.