NOAA-MDL / GIFTs

Generate IWXXM From TAC software
Other
11 stars 2 forks source link

Pip Reports Wrong Version #29

Closed rcraverii closed 2 years ago

rcraverii commented 2 years ago

Pip reports version 1.0.0 is installed when installed from the tagged version 1.3.0.

Steps to reproduce the behavior:

  1. Install GIFTs from the tagged 1.3.0 version according to the README.
  2. Execute 'pip list' to see the GIFTs reported version.

pip should report the GIFTs version as 1.3.0.

Below is an example reported by pip after GIFTs v1.3.0 installed.

$ pip list Package Version


... gifts 1.0.0 ... skyfield 1.40 ...

mgoberfield commented 2 years ago

Thank you Rob for the report. The underlying files should be in sync with tags so that the pip utility reports the correct version even though pip is not used for installing this software.