summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-12-11 05:29:16 +0100
committerArmin Rigo <arigo@tunes.org>2015-12-11 05:29:16 +0100
commit321cb688bd6888448209e9e03d9064da292063a6 (patch)
treedabd6f81e336c25f40251f7d840e129ee0e0a8d6 /setup.py
parent77abae7920dc5e7d55a8606acbc0824ffbac61a7 (diff)
downloadcffi-321cb688bd6888448209e9e03d9064da292063a6.tar.gz
bump version number to 1.4.0
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 54cd73a..2a02a1e 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.3.1',
+ version='1.4.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},