Skip to content

Commit

Permalink
Updated __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Jun 13, 2024
1 parent 45a076a commit b38c887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ogcore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Specify what is available to import from the ogcore package.
"""

import ogcore.__version__ as ogc_version
import ogcore
from ogcore.SS import *
from ogcore.TPI import *
from ogcore.aggregates import *
Expand All @@ -21,4 +21,4 @@
from ogcore.txfunc import *
from ogcore.utils import *

__version__ = ogc_version
__version__ = ogcore.__version__

0 comments on commit b38c887

Please sign in to comment.