summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2019-10-21 12:41:24 +0200
committerArmin Rigo <arigo@tunes.org>2019-10-21 12:41:24 +0200
commit066d5bbb224af1f9e64bd7ae6399ccbc3f094f17 (patch)
tree55998e67d708a62d16e759f4d025b5795a79b924 /setup.py
parent9fccd983ff6bdcc405bf4078c36841cf1201f4c3 (diff)
downloadcffi-066d5bbb224af1f9e64bd7ae6399ccbc3f094f17.tar.gz
bump version to 1.13.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 00b1f5d..5a27c1b 100644
--- a/setup.py
+++ b/setup.py
@@ -198,7 +198,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.13.0',
+ version='1.13.1',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h',
'_embedding.h', '_cffi_errors.h']}