зеркало из https://github.com/Azure/azfilebackup.git
13 строки
355 B
Python
13 строки
355 B
Python
#!/usr/bin/env python2.7
|
|
# coding=utf-8
|
|
|
|
# -------------------------------------------------------------------------
|
|
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
# Licensed under the MIT License.
|
|
# --------------------------------------------------------------------------
|
|
|
|
__version__ = '1.0-alpha2'
|
|
|
|
def version():
|
|
return __version__
|