summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-12-21 19:03:13 +0100
committerArmin Rigo <arigo@tunes.org>2015-12-21 19:03:13 +0100
commitee14b125f41b158c18c7badb2612a27364a0a447 (patch)
treeb75d175b2e92d01c5e39028e8ae1582c6143d138 /setup.py
parent94deb0b87648e3af8085e8e9a56decf8f923621d (diff)
downloadcffi-ee14b125f41b158c18c7badb2612a27364a0a447.tar.gz
bump to 1.4.2 (reason in issue #239)
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 dc3f0d4..c1db368 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.1',
+ version='1.4.2',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},