Обновление версии

master3.3 3.1.7_alpha1
Mike khiretskiy 11 years ago
parent 22a31cabbd
commit a0b1b74304

@ -15,7 +15,7 @@
# limitations under the License. # limitations under the License.
__app__ = 'calculate-install' __app__ = 'calculate-install'
__version__ = '3.1.6' __version__ = '3.1.7'
import os import os
import sys import sys

@ -17,6 +17,9 @@
# 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.
__app__ = 'calculate-install'
__version__ = '3.1.7'
import os import os
import stat import stat
from distutils.core import setup, Extension from distutils.core import setup, Extension
@ -168,8 +171,8 @@ class build( distutils.command.build.build ) :
setup( setup(
name = 'calculate-install', name = __app__,
version = "3.1.6", version = __version__,
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