From 6c98e8c4604aafa5bf6f02971404c865d6dd667d Mon Sep 17 00:00:00 2001 From: Kai Huuhko Date: Mon, 18 Aug 2014 09:47:06 +0300 Subject: [PATCH] Bump version number for release 1.10.1 --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b866718..7d9d773 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ ################# -PYTHON-EFL 1.10.0 +PYTHON-EFL 1.10.1 ################# EFL is a collection of libraries for handling many common tasks a diff --git a/setup.py b/setup.py index ec82c75..45bbfdb 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ script_path = os.path.dirname(os.path.abspath(__file__)) # python-efl version VERSION = "1.10" -RELEASE = "1.10.0" +RELEASE = "1.10.1" # Add git commit count for dev builds if RELEASE.split(".")[2] == "99":