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

Bdist_wheel build fail for PyYaml and six modules #295

Merged
merged 4 commits into from
Jan 25, 2018

Conversation

sidhujasminder
Copy link
Contributor

This has been fixed using the setup_requires functionality of the setup function.

@@ -5,5 +5,5 @@
# All rights reserved.
#

__version__ = "1.3.0"
__version__ = "1.3.1"
Copy link
Contributor

@vnitinv vnitinv Jan 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change this to
__version__ = "1.3.1.dev0"

Copy link
Contributor

@vnitinv vnitinv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change the version to dev0

@vnitinv vnitinv merged commit 8502102 into Juniper:master Jan 25, 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.

2 participants