We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minor thing, but the VERSION variable (0, 4) in the package __init__.py doesn't match the version reported in setup.py ('0.5.1').
__init__.py
Version for setup.py could be parsed out of __init__.py, e.g.: https://github.com/alimanfoo/petl/blob/master/setup.py#L8
Thanks for very handy package!
The text was updated successfully, but these errors were encountered:
Will be fixed by #31
Sorry, something went wrong.
Thanks for the report, fixed by #31.
No branches or pull requests
Minor thing, but the VERSION variable (0, 4) in the package
__init__.py
doesn't match the version reported in setup.py ('0.5.1').Version for setup.py could be parsed out of
__init__.py
, e.g.: https://github.com/alimanfoo/petl/blob/master/setup.py#L8Thanks for very handy package!
The text was updated successfully, but these errors were encountered: