diff --git a/common/setup.py b/common/setup.py index c8bff06d..d41d5da2 100755 --- a/common/setup.py +++ b/common/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_common', - version='0.0.0', + version='1.0.0', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/docs/conf.py b/docs/conf.py index ff4dc1d8..117400fd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ # built documents. # # The short X.Y version. -version = '0.0' +version = '1.0' # The full version, including alpha/beta/rc tags. -release = '0.0.0' +release = '1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/extensions_admin/setup.py b/extensions_admin/setup.py index 31ce603e..0847eee2 100755 --- a/extensions_admin/setup.py +++ b/extensions_admin/setup.py @@ -3,7 +3,7 @@ setup( name='pulp_python_extensions_admin', - version='0.0.0', + version='1.0.0', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/plugins/setup.py b/plugins/setup.py index 4c2954f7..780492c1 100755 --- a/plugins/setup.py +++ b/plugins/setup.py @@ -4,7 +4,7 @@ setup( name='pulp_python_plugins', - version='0.0.0', + version='1.0.0', packages=find_packages(), url='http://www.pulpproject.org', license='GPLv2+', diff --git a/pulp-python.spec b/pulp-python.spec index 8b4d1ed2..233eab3a 100644 --- a/pulp-python.spec +++ b/pulp-python.spec @@ -2,8 +2,8 @@ %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: pulp-python -Version: 0.0.0 -Release: 1%{?dist} +Version: 1.0.0 +Release: 0.1.alpha%{?dist} Summary: Support for Python content in the Pulp platform Group: Development/Languages License: GPLv2