From 814c42c2917ca62637ee37344c042174dfb10b4b Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sun, 19 Aug 2012 04:17:56 +0900 Subject: Change the way to manage version number. --- msgpack/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'msgpack/__init__.py') diff --git a/msgpack/__init__.py b/msgpack/__init__.py index cdf045f..98b1ab7 100644 --- a/msgpack/__init__.py +++ b/msgpack/__init__.py @@ -1,5 +1,5 @@ # coding: utf-8 -from msgpack.__version__ import * +from msgpack._version import version from msgpack._msgpack import * # alias for compatibility to simplejson/marshal/pickle. -- cgit v1.2.1