roocs / clisops

Climate Simulation Operations
https://clisops.readthedocs.io/en/latest/
Other
21 stars 9 forks source link

clisops __version__ not found #19

Closed Zeitsperre closed 4 years ago

Zeitsperre commented 4 years ago

Noticed this error occurring on the ReadTheDocs build. While __init__.py isn't needed for packages in Python3, it's terribly convenient when it comes to ensuring that the version of the library is available when imported. My suggestion would be to simply add a single __init__.py at the top-level of the library or to add a __version__ object to the main module to set the version.

This would ultimately be managed by bumpversion.

cehbrecht commented 4 years ago

fixed by PR #20