diff --git a/desktop/datavars.py b/desktop/datavars.py index e091e7a..c6cd540 100644 --- a/desktop/datavars.py +++ b/desktop/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-desktop' -__version__ = '3.1.6' +__version__ = '3.1.7' import os import sys diff --git a/setup.py b/setup.py index 8efa170..ee38f76 100755 --- a/setup.py +++ b/setup.py @@ -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",