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.
__app__ = 'calculate-desktop'
__version__ = '3.1.6'
__version__ = '3.1.7'
import os
import sys

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

Loading…
Cancel
Save