Skip to content

Commit 7960d5d

Browse files
authored
Bump version to 0.2.0
1 parent 15d25c7 commit 7960d5d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "python-pkginfo"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["messense <[email protected]>"]
55
edition = "2018"
6-
description = "Query Python package metadata from sdist and bdists and etc."
6+
description = "Parse Python package metadata from sdist and bdists and etc."
77
keywords = ["python", "pkginfo", "metadata"]
88
license = "MIT"
99
readme = "README.md"

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@
44
[![Crates.io](https://img.shields.io/crates/v/python-pkginfo.svg)](https://crates.io/crates/python-pkginfo)
55
[![docs.rs](https://docs.rs/python-pkginfo/badge.svg)](https://docs.rs/python-pkginfo/)
66

7-
Query Python package metadata from sdist and bdists and etc.
7+
Parse Python package metadata from sdist and bdists and etc.
8+
A Rust port of the [pkginfo](https://pypi.org/project/pkginfo/) Python library.
89

910
## Installation
1011

1112
Add it to your ``Cargo.toml``:
1213

1314
```toml
1415
[dependencies]
15-
python-pkginfo = "0.1"
16+
python-pkginfo = "0.2"
1617
```
1718

1819
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)