Skip to content

Commit

Permalink
Import st and sine in __init__.py
Browse files Browse the repository at this point in the history
For compatibility with versions prior to 1.1
  • Loading branch information
claudiodsf committed May 22, 2024
1 parent b07ebc8 commit 3c0f3d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stockwell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
GNU General Public License v3.0 or later.
(https://www.gnu.org/licenses/gpl-3.0.html)
"""
from . import st, sine # noqa
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

0 comments on commit 3c0f3d5

Please sign in to comment.