mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +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.
|
||||
|
|
|
|||
1
msgpack/_version.py
Normal file
1
msgpack/_version.py
Normal file
|
|
@ -0,0 +1 @@
|
|||
version = (0, 2, 1, 'dev1')
|
||||
Loading…
Add table
Add a link
Reference in a new issue