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

bug: --version flag returns incorrect version #6

Open
danceratopz opened this issue Nov 25, 2024 · 0 comments
Open

bug: --version flag returns incorrect version #6

danceratopz opened this issue Nov 25, 2024 · 0 comments

Comments

@danceratopz
Copy link
Contributor

Low prio bug until the package is distributed.

The setup.cfg defines the ethereum-spec-evm-resolver's version (as reported by pip):

version = 0.0.5

whereas ethereum-spec-evm-resolver --version hard codes this version at 0.0.1:
parser.add_argument(
"-v",
"--version",
action="version",
version="ethereum-spec-evm-resolver 0.0.1",
)

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