diff --git a/README b/README index 9e4e58d..f673791 100644 --- a/README +++ b/README @@ -7,8 +7,8 @@ calculate-client needs the following library version installed, in order to run: Python >= 2.5 python-ldap >= 2.0.0 pyxml >= 0.8 - calculate-lib >= 2.2.4 - calculate-desktop >= 2.2.4 + calculate-lib >= 2.2.5 + calculate-desktop >= 2.2.5 To install calculate-client, just execute the install script 'setup.py'. Example: diff --git a/pym/cl_client.py b/pym/cl_client.py index 594ad8f..b00da9a 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.4" +__version__ = "2.2.5" __app__ = "calculate-client" import os diff --git a/setup.py b/setup.py index 2ff103f..7b4f171 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ import stat from distutils.core import setup, Extension from distutils.command.install_data import install_data -__version__ = "2.2.4" +__version__ = "2.2.5" __app__ = "calculate-client"