summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-02-26 15:58:08 +0100
committerArmin Rigo <arigo@tunes.org>2019-02-26 15:58:08 +0100
commit14b80924b058f42a4ee8b80d5c837b9395211c3c (patch)
tree945e8110ea05ac76e8b83459e6b0a1a111c09f4a /setup.py
parenta694ab480d1608d970cb73936909771b3ffeb16a (diff)
downloadcffi-14b80924b058f42a4ee8b80d5c837b9395211c3c.tar.gz
bump version number to 1.12.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 b2a1a6c..f980590 100644
--- a/setup.py
+++ b/setup.py
@@ -198,7 +198,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.12.1',
+ version='1.12.2',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}