summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-02-16 16:26:08 +0100
committerArmin Rigo <arigo@tunes.org>2019-02-16 16:26:08 +0100
commit0d7e0e01ee944b11b12d4b3783c39571846330c0 (patch)
tree4ee3a6f14c9616073548e4ad1e49379d3df86d19 /setup.py
parentc4d66d0d1b782bc4bd14fb50ccb0e8161a0afefd (diff)
downloadcffi-0d7e0e01ee944b11b12d4b3783c39571846330c0.tar.gz
bump version number to 1.12.1
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 b72bfc2..b2a1a6c 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.0',
+ version='1.12.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}