Update versions

master
Mike Hiretsky 13 years ago
parent f9b5e5bd25
commit 215bfb2050

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

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

@ -167,7 +167,7 @@ class build( distutils.command.build.build ) :
setup( setup(
name = 'calculate-install', name = 'calculate-install',
version = "2.2.26", version = "2.2.27",
description = "Calculate Linux installer", description = "Calculate Linux installer",
author = "Calculate Ltd.", author = "Calculate Ltd.",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",

Loading…
Cancel
Save