summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-05-03 19:12:01 +0200
committerArmin Rigo <arigo@tunes.org>2015-05-03 19:12:01 +0200
commit22e61d65c123085fce714f56fcb7548e954e52ed (patch)
treed68d9e95bf9dc72a0447725c1380d402c8849af7 /setup.py
parentc3212639ed822e2f8197e5e5fdf8d2a1f67cb70d (diff)
downloadcffi-22e61d65c123085fce714f56fcb7548e954e52ed.tar.gz
Beta version 1
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 c9c4ef9..da8da8d 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.dev2',
+ version='1.0.0b1',
packages=['cffi', '_cffi1'],
package_data={'_cffi1': ['_cffi_include.h', 'parse_c_type.h']},
zip_safe=False,