Skip to content

How to get pudb's version #527

Answered by inducer
stdedos asked this question in Q&A
Jul 4, 2022 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

I'd be open to adding a --version flag. That would only affect future versions, but that would probably be the cleanest. In the meantime, this might do the trick for you:

python -c 'import pudb; print(pudb.VERSION)' 

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@stdedos
Comment options

@inducer
Comment options

@stdedos
Comment options

Answer selected by stdedos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants