summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2016-12-22 17:28:02 +0100
committerArmin Rigo <arigo@tunes.org>2016-12-22 17:28:02 +0100
commit005478096e99afe891af705737ae27f1d4b844e7 (patch)
treecde36cd5aa891ca2774222928e58fa7470b19b46 /setup.py
parentbf004e02c38c64180befc0442b36760f3dda908c (diff)
downloadcffi-005478096e99afe891af705737ae27f1d4b844e7.tar.gz
update version number to 1.9.2
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 5d44986..cab4484 100644
--- a/setup.py
+++ b/setup.py
@@ -167,7 +167,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.9.1',
+ version='1.9.2',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h']}