summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
committerArmin Rigo <arigo@tunes.org>2019-04-11 15:18:44 +0200
commitc422cd2db1f5979153fe716413157512e5fc5709 (patch)
tree49a188d4daebf6f14c4c8d404f840a25a6a8e420 /setup.py
parentd62f286d2f621fbc7dbe1a5f666e3337c084e3e1 (diff)
downloadcffi-c422cd2db1f5979153fe716413157512e5fc5709.tar.gz
bump version to 1.12.3
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 f980590..1891187 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.2',
+ version='1.12.3',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}