Skip to content

Commit 9b72d5b

Browse files
committed
Bump version to 0.3.0
1 parent c69ce22 commit 9b72d5b

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.2.0"
3+
version = "0.3.0"
44
authors = ["messense <[email protected]>"]
55
edition = "2018"
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.2"
16+
python-pkginfo = "0.3"
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)