Update version

master3.3
Mike Hiretsky 13 years ago
parent 881902025b
commit 8a683ab305

@ -4,7 +4,7 @@ INSTALL
-------
calculate-install needs the following library version installed, in order to run:
calculate-lib >= 2.2.19
calculate-lib >= 2.2.20
To install calculate-install , just execute the install script 'setup.py'.
Example:

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
__version__ = "2.2.19"
__version__ = "2.2.20"
__app__ = "calculate-install"
import os

@ -94,7 +94,7 @@ class cl_install_data(install_data):
setup(
name = 'calculate-install',
version = "2.2.19",
version = "2.2.20",
description = "Calculate Linux installer",
author = "Calculate Ltd.",
author_email = "support@calculate.ru",

Loading…
Cancel
Save