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