From a5e6840f8d00d841e6e4b63500336e620fa137d7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Feb 2011 21:32:59 -0500 Subject: [PATCH] version bump --- ghsync/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghsync/core.py b/ghsync/core.py index 6624ccf..aee7da7 100644 --- a/ghsync/core.py +++ b/ghsync/core.py @@ -31,7 +31,7 @@ from github2.client import Github __author__ = 'Kenneth Reitz' __license__ = 'ISC' __copyright__ = '2011 Kenneth REitz' -__version__ = '0.2' +__version__ = '0.2.1' # GitHub configurations GITHUB_USER = cmd('git config github.user')