summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-04-30 11:19:35 +0200
committerArmin Rigo <arigo@tunes.org>2015-04-30 11:19:35 +0200
commit2c899791659d3ec80db307789bb831f89050a2c3 (patch)
tree322918430858192d97deb070a1da94d90886b9ea /setup.py
parente2f196ee451387dd63d524ae0bf47f5ca85ab647 (diff)
downloadcffi-2c899791659d3ec80db307789bb831f89050a2c3.tar.gz
tweaks tweaks
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1c6f959..c9c4ef9 100644
--- a/setup.py
+++ b/setup.py
@@ -142,7 +142,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.0.dev0',
+ version='1.0.dev2',
packages=['cffi', '_cffi1'],
package_data={'_cffi1': ['_cffi_include.h', 'parse_c_type.h']},
zip_safe=False,