mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-11-01 01:50:54 +00:00
Change the way to manage version number.
This commit is contained in:
parent
29b4b785d0
commit
814c42c291
3 changed files with 3 additions and 8 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue