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

Correct version number dist-info directory #2

Merged
merged 2 commits into from
Aug 24, 2018

Conversation

jjhelmus
Copy link
Contributor

The version number in the setup.py file in the GitHub archive for the 1.0.2 tag
is incorrectly recorded as 1.0.1. This leads disagreement in the package
version (1.0.2) and the version in the dist-info directory, the later of which
is used by pip to determine the version.

This patches the setup.py file to record the correct version.

The version number in the setup.py file does not match the version of the
source code.  This leads to a mismatch between the package version and the one
recorded in the .dist-info directory, Keras_Preprocessing-1.0.1.dist-info
which should be Keras_Preprocessing-1.0.2.dist-info.

The included patch correct the version number in the setup.py file.
@conda-forge-linter
Copy link

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

@jjhelmus
Copy link
Contributor Author

reported in upstream, keras-team/keras-preprocessing#41

@CurtLH CurtLH merged commit f843812 into conda-forge:master Aug 24, 2018
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

Successfully merging this pull request may close these issues.

None yet

3 participants