From 218886cc0c5ec441a1d6d685e7bb663830903c6f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 17 Apr 2011 11:53:50 -0400 Subject: [PATCH] version bump! --- ghsync/core.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ghsync/core.py b/ghsync/core.py index f8e42f0..268b916 100644 --- a/ghsync/core.py +++ b/ghsync/core.py @@ -35,7 +35,7 @@ from github2.client import Github __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = '2011 Kenneth REitz' -__version__ = '0.2.2' +__version__ = '0.3.0' # GitHub configurations GITHUB_USER = cmd('git config github.user') diff --git a/setup.py b/setup.py index 990cc1c..feb3953 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ required = ['github2', 'clint', 'requests'] setup( name='ghsync', - version='0.2.2', + version='0.3.0', description='GitHub Syncer. Clones or Pulls all GitHub repos.', long_description=open('README.rst').read(), author='Kenneth Reitz',