summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-01 12:40:20 +0100
committerArmin Rigo <arigo@tunes.org>2016-01-01 12:40:20 +0100
commitb146b9c494e7dfb5c9f50640d92842661d735c56 (patch)
tree97ffc86b18689c60f0e82bb86fa5fea83bb155ec /setup.py
parent53ac81fad3baa97fd7610c1b524ebed6f8dab3d8 (diff)
downloadcffi-b146b9c494e7dfb5c9f50640d92842661d735c56.tar.gz
Update the version numbers and make sure the _cffi_backend module is
a version that supports embedding!
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 c1db368..62aefae 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.4.2',
+ version='1.4.3',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},