Update version

master3.1.6 3.1.5
parent 8432cd853e
commit 0124028f7e

@ -18,13 +18,13 @@
# limitations under the License.
__app__ = "calculate-update"
__version__ = "3.1.0"
__version__ = "3.1.4"
from distutils.core import setup
setup(
name = 'calculate-update',
version = "3.1.0_beta2",
version = "3.1.4",
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.0'
__version__ = '3.1.4'
import os
import sys

Loading…
Cancel
Save