From 51a482d7a25bed39ccc75780813c65bd666c1436 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Sat, 14 Mar 2015 18:45:41 -0500 Subject: [PATCH] release/0.2.3 --- gitup/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitup/__init__.py b/gitup/__init__.py index ca5ff34..ee669d8 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.2" +__version__ = "0.2.3" __email__ = "ben.kurtovic@gmail.com" diff --git a/setup.py b/setup.py index 4a907ad..04fc1dd 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name = "gitup", packages = find_packages(), entry_points = {"console_scripts": ["gitup = gitup.script:run"]}, - install_requires = ["GitPython >= 0.3.2.RC1", "colorama >= 0.2.7"], + install_requires = ["GitPython >= 0.3.6", "colorama >= 0.3.3"], version = __version__, author = "Ben Kurtovic", author_email = "ben.kurtovic@gmail.com",