Skip to content

Commit

Permalink
Merge pull request #165 from astronomy-commons/issue/160/add-version
Browse files Browse the repository at this point in the history
Add package version property
  • Loading branch information
camposandro authored Feb 22, 2024
2 parents 99e28f9 + b8e9c2e commit 6ff21fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/lsdb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
from ._version import __version__
from .catalog import Catalog
from .loaders import from_dataframe, read_hipscat
6 changes: 6 additions & 0 deletions tests/lsdb/test_packaging.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import lsdb


def test_lsdb_version():
"""Check to see that we can get the lsdb version"""
assert lsdb.__version__ is not None

0 comments on commit 6ff21fc

Please sign in to comment.