tensorflow / adanet

Fast and flexible AutoML with learning guarantees.
https://adanet.readthedocs.io
Apache License 2.0
3.47k stars 529 forks source link

To comply with PEP 396 - expose __version__ #129

Closed lc0 closed 4 years ago

lc0 commented 4 years ago

While testing a newly released 0.8.0 I figured out, that adanet does not expose the version as many python packages do or as PEP-396 recommends

Other examples:

lc0 commented 4 years ago

cc @EugenHotaj @cweill

cweill commented 4 years ago

@lc0 Thanks for the PR, we'll merge it in.