diff --git a/setup.py b/setup.py index 3079c21..4094487 100755 --- a/setup.py +++ b/setup.py @@ -18,13 +18,13 @@ # limitations under the License. __app__ = "calculate-update" -__version__ = "3.1.4" +__version__ = "3.1.6" from distutils.core import setup setup( - name = 'calculate-update', - version = "3.1.4", + name = __app__, + version = __version__, description = "Update system utilities", author = "Calculate Ltd.", author_email = "support@calculate.ru", diff --git a/update/datavars.py b/update/datavars.py index 7afc0b0..e482f29 100644 --- a/update/datavars.py +++ b/update/datavars.py @@ -15,7 +15,7 @@ # limitations under the License. __app__ = 'calculate-update' -__version__ = '3.1.4' +__version__ = '3.1.6' import os import sys