Skip to content

Commit

Permalink
Merge pull request #1488 from henrykironde/version
Browse files Browse the repository at this point in the history
Add __version__ to the interface
  • Loading branch information
ethanwhite committed Jul 6, 2020
2 parents 5cac59b + 00d8aaf commit 356d24a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion retriever/lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@
from .scripts import get_script_upstream
from .scripts import get_dataset_names_upstream
from .scripts import get_script_citation
from .._version import __version__

__all__ = [
'check_for_updates', 'commit', 'commit_log', 'create_package', 'datasets',
'dataset_names', 'download', 'reload_scripts', 'reset_retriever', 'install_csv',
'install_mysql', 'install_postgres', 'install_sqlite', 'install_msaccess',
'install_json', 'install_xml', 'fetch', 'get_script_upstream',
'get_dataset_names_upstream', 'get_script_citation'
'get_dataset_names_upstream', 'get_script_citation', "__version__"
]

0 comments on commit 356d24a

Please sign in to comment.