mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
bump the version number to 0.1 for the first RPM
This commit is contained in:
parent
4e702f9ae2
commit
c12104f50d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name = "centpkg",
|
||||
version = "0.0.2",
|
||||
version = "0.1",
|
||||
author = "Brian Stinson",
|
||||
author_email = "bstinson@ksu.edu",
|
||||
description = "CentOS Plugin to rpkg for managing RPM package sources",
|
||||
|
|
Loading…
Add table
Reference in a new issue