summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-01-15 14:04:39 +0100
committerArmin Rigo <arigo@tunes.org>2016-01-15 14:04:39 +0100
commitf9fa275bfa6c85da7ba697d2a89a7081c9c1f65c (patch)
tree38fa2a8f58653a075382b395fb302745ad84a8a4 /setup.py
parente130574124a8b304b4cd20facb045fc848ad4d86 (diff)
downloadcffi-f9fa275bfa6c85da7ba697d2a89a7081c9c1f65c.tar.gz
bump version number to 1.5.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 a785be6..67009c6 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.3',
+ version='1.5.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}