Wrong version appearing on v0.2.2 release
See original GitHub issueI see that this has been fixed on the main branch (I think), but the current tagged release (0.2.2) still has __version__
== 0.1 due to this line: https://github.com/jbusecke/xmovie/blob/333d3012008178a42db35a4678dbb414adab2521/xmovie/__init__.py#L1
So when I import the package I get:
In [1]: import xmovie
In [2]: xmovie.__version__
Out[2]: '0.1.0'
This isn’t a major issue, but it took me 20 min of investigating to figure out what was going on! So I’d suggest tagging a new patch release right now to avoid confusion with other users.
Thanks!
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Error building Open Ethereum for MIPS using Cross ... - GitHub
Parity Ethereum version: Parity Ethereum Client. ... I was expecting (hoping) it would compile successfully. actual. I've attempted to try to use Linux...
Read more >Beta Release v0.2.2 - Reactions BETA - Jawset Forum
Nice, the new update! :slight_smile: Noticed one issue: when I launched Cinema 4D I've got noification about the new Reactions version available for...
Read more >Troubleshooting .NET Framework Targeting Errors - MSBuild
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the ...
Read more >go build can't find a revision - Stack Overflow
Possible solutions for golang unknown revision if you are using private repository: git config --global url."ssh://git@yourserver".
Read more >Release Notes — Airflow Documentation
Use log.exception where more economical than log.error (#27517) ... Previous versions of Airflow took additional arguments and displayed a message on the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup, thanks. I’ll check it after conda updates the version
Awesome, thanks for pointing this out!