Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Oct 1, 2022
1 parent 00d6ca8 commit 8722460
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/phantom_tensors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
# pyright: strict

from . import _version
from ._internals import dim_binding_scope
from ._parse import parse

__version__ = "0.0.0"

__all__ = ["parse", "dim_binding_scope"]

from . import _version

__version__ = _version.get_versions()["version"]
__version__: str = _version.get_versions()["version"]

0 comments on commit 8722460

Please sign in to comment.