Update version

master3.1.6 3.1.6
parent 0124028f7e
commit d87df50247

@ -18,13 +18,13 @@
# limitations under the License. # limitations under the License.
__app__ = "calculate-update" __app__ = "calculate-update"
__version__ = "3.1.4" __version__ = "3.1.6"
from distutils.core import setup from distutils.core import setup
setup( setup(
name = 'calculate-update', name = __app__,
version = "3.1.4", version = __version__,
description = "Update system utilities", description = "Update system utilities",
author = "Calculate Ltd.", author = "Calculate Ltd.",
author_email = "support@calculate.ru", author_email = "support@calculate.ru",

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

Loading…
Cancel
Save