Update version

master3.3 3.1.7_alpha1
Mike khiretskiy 11 years ago
parent 4d973404b9
commit 0fc2a9b7dc

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

@ -18,7 +18,7 @@
# limitations under the License. # limitations under the License.
__app__ = "calculate-desktop" __app__ = "calculate-desktop"
__version__ = "3.1.6" __version__ = "3.1.7"
import os import os
import stat import stat
@ -105,8 +105,8 @@ class cl_install_data(install_data):
os.chmod(path, mode) os.chmod(path, mode)
setup( setup(
name = 'calculate-desktop', name = __app__,
version = "3.1.6", version = __version__,
description = "Create and configure user profile", description = "Create and configure user profile",
author = "Calculate Ltd.", author = "Calculate Ltd.",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",

Loading…
Cancel
Save