Kaydet (Commit) 4c16b752 authored tarafından Joffrey F's avatar Joffrey F

Merge branch 'version_info' of https://github.com/terminalmage/docker-py into…

Merge branch 'version_info' of https://github.com/terminalmage/docker-py into terminalmage-version_info
......@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from .version import version
from .version import version, version_info
__version__ = version
__title__ = 'docker-py'
......
version = "1.1.1-dev"
version_info = (1, 1, 1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment