Merge remote-tracking branch 'origin/master' into master3.1.6

master3.1.6
Mike khiretskiy 11 years ago
commit 1a71b894d7

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