setup.py: Update version to 8
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
a41e9755ec
commit
880493e4b6
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
ARGS = dict(
|
||||
name="rust2rpm",
|
||||
version="7",
|
||||
version="8",
|
||||
description="Convert Rust crates to RPM",
|
||||
license="MIT",
|
||||
keywords="rust cargo rpm",
|
||||
|
|
Loading…
Reference in a new issue