Skip to content

Commit

Permalink
Merge pull request #3 from tejtw/v2.0.0
Browse files Browse the repository at this point in the history
version 2.0.1
  • Loading branch information
Han860207 authored Feb 15, 2024
2 parents 2c0f1ad + afa64c5 commit 182ff7a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pyfolio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

from .tears import * # noqa
from .plotting import * # noqa
from ._version import get_versions
from ._version import __version__

__version__ = get_versions()["version"]
del get_versions

__all__ = [
"utils",
Expand Down

0 comments on commit 182ff7a

Please sign in to comment.