kuuko pushed a commit to branch python-efl-1.10.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=6c98e8c4604aafa5bf6f02971404c865d6dd667d

commit 6c98e8c4604aafa5bf6f02971404c865d6dd667d
Author: Kai Huuhko <[email protected]>
Date:   Mon Aug 18 09:47:06 2014 +0300

    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":

-- 


Reply via email to