Increase version

develop 2.2.10
Mike Hiretsky 13 years ago
parent 453dcdda12
commit f63841cc1a

@ -4,8 +4,8 @@ INSTALL
------- -------
calculate-assemble needs the following library version installed, in order to run: calculate-assemble needs the following library version installed, in order to run:
calculate-install >= 2.2.9 calculate-install >= 2.2.10
calculate-lib >= 2.2.9 calculate-lib >= 2.2.10
To install calculate-assemble , just execute the install script 'setup.py'. To install calculate-assemble , 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.9" __version__ = "2.2.10"
__app__ = "calculate-assemble" __app__ = "calculate-assemble"
import os import os

@ -99,7 +99,7 @@ class cl_install_data(install_data):
setup( setup(
name = 'calculate-assemble', name = 'calculate-assemble',
version = "2.2.9", version = "2.2.10",
description = "System assembling for Calculate Linux", description = "System assembling for Calculate Linux",
author = "Calculate Ltd.", author = "Calculate Ltd.",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",

Loading…
Cancel
Save