File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " python-pkginfo"
3- version = " 0.4 .0"
3+ version = " 0.5 .0"
44authors = [
" messense <[email protected] >" ]
55edition = " 2018"
66description = " Parse Python package metadata from sdist and bdists and etc."
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Add it to your ``Cargo.toml``:
1313
1414``` toml
1515[dependencies ]
16- python-pkginfo = " 0.3 "
16+ python-pkginfo = " 0.5 "
1717```
1818
1919then you are good to go. If you are using Rust 2015 you have to add `` extern crate python_pkginfo `` to your crate root as well.
@@ -31,4 +31,4 @@ fn main() {
3131
3232## License
3333
34- This work is released under the MIT license. A copy of the license is provided in the [ LICENSE] ( ./LICENSE ) file.
34+ This work is released under the MIT license. A copy of the license is provided in the [ LICENSE] ( ./LICENSE ) file.
You can’t perform that action at this time.
0 commit comments