summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoel Nothman <joel.nothman@gmail.com>2012-09-22 22:58:46 +1000
committerJoel Nothman <joel.nothman@gmail.com>2012-09-22 22:58:46 +1000
commit032df6f2d940ee443e7d5ac7e484e4716b124a4e (patch)
tree5bf329af15c605747e5775b0b16805d72cb8cccb /setup.py
parent28058fb53d21097947d190bcc47e3609a6794e7a (diff)
parent5b66edaa156c43793b6f68013a738f545885b8d6 (diff)
downloadmsgpack-python-032df6f2d940ee443e7d5ac7e484e4716b124a4e.tar.gz
Merge remote-tracking branch 'origin/master' into skip
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2a20e16..86b0b34 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,5 @@
#!/usr/bin/env python
# coding: utf-8
-version = (0, 2, 1, 'dev1')
-
import os
import sys
import shutil