summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2018-07-07 17:37:28 +0200
committerArmin Rigo <arigo@tunes.org>2018-07-07 17:37:28 +0200
commit717d6365e82854940290f5e061106919a0562412 (patch)
tree453f2b9a0dd9468243c22bed8f067b9d3f456434 /setup.py
parent89a6d8328ce9756d051ba4af827ef16b657b4574 (diff)
downloadcffi-717d6365e82854940290f5e061106919a0562412.tar.gz
Bump version to 1.12.0 (but not planning a release soon)
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 e7a5110..5d2f9e8 100644
--- a/setup.py
+++ b/setup.py
@@ -190,7 +190,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.11.5',
+ version='1.12.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}