summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
committerArmin Rigo <arigo@tunes.org>2019-06-03 20:41:37 +0200
commit7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd (patch)
tree8b948524eec9da6d811208582f8712b515730ea6 /setup.py
parent25aa61afee579b92aa43d81d7b065ede436d8eae (diff)
downloadcffi-7c94e003e06bdd32f9a7eaf013551ea0dcd45cdd.tar.gz
bump version number to 1.13
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 1891187..00b1f5d 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.3',
+ version='1.13.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}