From 79c1651489ddfe530ad9fc4145a44433030d7806 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 23 May 2015 03:04:54 -0400 Subject: [PATCH] release/0.2.4 --- README.md | 2 +- gitup/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 181be94..05c345b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ version of git and at least Python 2.7 installed. With [Homebrew](http://brew.sh/): - `brew install pr0d1r2/contrib/gitup && brew link gitup` + brew install pr0d1r2/contrib/gitup && brew link gitup ## From source diff --git a/gitup/__init__.py b/gitup/__init__.py index ee669d8..48be6a3 100644 --- a/gitup/__init__.py +++ b/gitup/__init__.py @@ -10,5 +10,5 @@ gitup: the git repository updater __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.2.3" +__version__ = "0.2.4" __email__ = "ben.kurtovic@gmail.com"