enram / vptstools

Python library to transfer and convert vertical profile time series data
https://enram.github.io/vptstools/
MIT License
3 stars 1 forks source link

Incorrect author in PyPi #64

Closed peterdesmet closed 1 year ago

peterdesmet commented 1 year ago

https://github.com/enram/vptstools/blob/main/setup.cfg has been updated to have INBO as author. When I install from PyPi, I still see the old information:

pip3 show vptstools
Name: vptstools
Version: 0.2.2
Summary: Tools to work with vertical profile time series.
Home-page: https://enram.github.io/vptstools/
Author: enram
Author-email: 
License: MIT
Location: /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages
Requires: click, frictionless, h5py, pandas, pytz
Required-by: 

How can an updated be forced?

stijnvanhoey commented 1 year ago

When I check https://github.com/enram/vptstools/compare/v0.2.2...main to compare with main I see that the adjustment was done after the created version tag v0.2.2 currently on pypi. Creating a new release seems to be the most logical step to do.

peterdesmet commented 1 year ago

Ok, let's see if additional adjustments (like for #62) need to be made this week and then create a new ~v0.2.3~ v0.3.0 release.

peterdesmet commented 1 year ago

v0.3.0 shows the correct author