diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:58:50 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-09-02 09:58:50 +0900 |
| commit | 138d232149e82daabb13d5b6f750aef831ce4398 (patch) | |
| tree | 34128dfb688283f9094684c254b217e48ae2ab2e | |
| parent | 8fa64e3ab2350faadfe40e0828bafafadac0990a (diff) | |
| download | msgpack-python-0.1.5.tar.gz | |
python: vesion 0.1.50.1.5
| -rwxr-xr-x | python/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/setup.py b/python/setup.py index c79c148..67ff74c 100755 --- a/python/setup.py +++ b/python/setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # coding: utf-8 -version = (0, 1, 5, 'dev') +version = (0, 1, 5, 'final') import os from glob import glob |
