Skip to content

Commit dff37a4

Browse files
committed
Bump version and add files to wheels
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 5b42c8a commit dff37a4

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

AUTHORS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@ packageurl-python:
44
- Philippe Ombredanne @pombredanne
55
- Jiri Popelka @jpopelka
66
- Thomas Druez @tdruez
7+
- Jono Yang @JonoYang
8+
- Sebastain Schuberth @sschuberth
9+
- Tushar Goel @TG1999
10+
- Haiko Schol @haikoschol

CHANGELOG.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
x.x.x (2017-xx-xx)
4+
0.9.0 (2020-04-06)
55
------------------
66

7-
Initial release
7+
- Make PackageURL hashable.

setup.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
universal = 1
33

44
[metadata]
5-
license_file = mit.LICENSE
5+
license_files =
6+
- mit.LICENSE
7+
- AUTHORS.rst
8+
- README.rst
9+
- CONTRIBUTING.rst
610

711
[aliases]
812
release = clean --all sdist bdist_wheel

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
setup(
1616
name='packageurl-python',
17-
version='0.8.7',
17+
version='0.9.0',
1818
license='MIT',
1919
description='A "purl" aka. package URL parser and builder',
2020
long_description='Python library to parse and build "purl" aka. package URLs. '

0 commit comments

Comments
 (0)