Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong version reported in FFCV 1.0.2 #371

Open
jnboehm opened this issue Apr 15, 2024 · 0 comments
Open

Wrong version reported in FFCV 1.0.2 #371

jnboehm opened this issue Apr 15, 2024 · 0 comments

Comments

@jnboehm
Copy link

jnboehm commented Apr 15, 2024

Hi!

I was trying to update FFCV and was confused since pip reported to have ffcv 1.0.2 installed whereas the version reported by ffcv.__version__ was still 0.0.3rc1. Turns out that this is what has been distributed/uploaded to PyPI.

From the release tar ball that I downloaded from https://files.pythonhosted.org/packages/db/95/de56ae69d42c65fe04e408cd27a3e62a925fb576f0f2330a2b3588e488d5/ffcv-1.0.2.tar.gz

cat ffcv-1.0.2/ffcv/__init__.py
from .loader import Loader
from .writer import DatasetWriter
__version__ = '0.0.3rc1'

__all__ = ['Loader']

Are you planning on releasing a new version soon anyways? Otherwise it might be nice to simply bump up the version to 1.0.3 in order to fix the version string (though I am not sure if other people will be equally easy to confuse as I was).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant