Update version

master3.1.6 3.1.6
parent 0124028f7e
commit d87df50247

@ -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",

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

Loading…
Cancel
Save