Skip to content

Commit

Permalink
tests: add version alignment test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Jul 17, 2024
1 parent 35c4008 commit eecb3db
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 141 deletions.
6 changes: 5 additions & 1 deletion ecologits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from .ecologits import EcoLogits

__all__ = ["EcoLogits"]

__version__ = "0.2.0"
__all__ = [
"__version__",
"EcoLogits"
]
Loading

0 comments on commit eecb3db

Please sign in to comment.