Skip to content

Commit

Permalink
chore: use main __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelrince committed Aug 23, 2024
1 parent 858137d commit ea583f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ecologits/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from .ecologits import EcoLogits

__version__ = "0.3.1"
__all__ = ["__version__", "EcoLogits"]
__version__ = "0.3.2"
__all__ = [
"__version__",
"EcoLogits"
]

0 comments on commit ea583f9

Please sign in to comment.