Skip to content

Commit dc97929

Browse files
committed
Bump version to 0.6.0
1 parent ee2551d commit dc97929

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-pkginfo"
3-
version = "0.5.6"
3+
version = "0.6.0"
44
authors = ["messense <[email protected]>"]
55
edition = "2021"
66
description = "Parse Python package metadata from sdist and bdists and etc."

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Add it to your ``Cargo.toml``:
1313

1414
```toml
1515
[dependencies]
16-
python-pkginfo = "0.5"
16+
python-pkginfo = "0.6"
1717
```
1818

1919
then 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.

0 commit comments

Comments
 (0)