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. # 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