Skip to content

Commit

Permalink
version bump to 0.3rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvliet committed Jan 25, 2011
1 parent 1efd8f5 commit f3a7cb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion repoman-client/repoman_client/__version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "0.2.5dev"
version = "0.3rc1"

8 changes: 4 additions & 4 deletions repoman-client/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python

from repoman_client.__version__ import version
try:
from setuptools import setup, find_packages
except ImportError:
Expand All @@ -10,10 +10,10 @@
import os.path

setup(name='repoman-client',
version='0.2.3-r6',
version=version,
description='Client to connect to Repoman image repository.',
author='Kyle Fransham, Drew Harris',
author_email='[email protected], [email protected]',
author='Kyle Fransham, Drew Harris, Matthew Vliet',
author_email='[email protected], [email protected], [email protected]',
url='http://github.com/hep-gc/repoman',
install_requires=["simplejson","argparse"],
packages=['repoman_client'],
Expand Down

0 comments on commit f3a7cb4

Please sign in to comment.