Commit 3122d163 authored by jim's avatar jim

updated revision info

git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@69396 62d5b8a3-27da-0310-9561-8e5933582275
parent 4c0bd32b
...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages ...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
name = "zc.buildout" name = "zc.buildout"
setup( setup(
name = name, name = name,
version = "1.0.0b1", version = "1.0.0b2",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "System for managing development buildouts", description = "System for managing development buildouts",
......
...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages ...@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
name = "zc.recipe.egg" name = "zc.recipe.egg"
setup( setup(
name = name, name = name,
version = "1.0.0a1", version = "1.0.0a2",
author = "Jim Fulton", author = "Jim Fulton",
author_email = "jim@zope.com", author_email = "jim@zope.com",
description = "Recipe for installing Python package distributions as eggs", description = "Recipe for installing Python package distributions as eggs",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment