Skip to content

Commit

Permalink
Fixing missing module attributes.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalhorton committed May 12, 2023
1 parent 5bf0beb commit f6cb949
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atmoswing_toolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
else:
has_eccodes = True

__all__ = ('Dataset', 'eccodes')
__all__ = ('Dataset', 'eccodes', 'has_netcdf', 'has_eccodes')
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="atmoswing-toolbox",
version="1.3.4",
version="1.3.5",
author="Pascal Horton",
author_email="[email protected]",
description="Python tools for AtmoSwing",
Expand Down

0 comments on commit f6cb949

Please sign in to comment.