summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-05-21 09:39:08 +0200
committerArmin Rigo <arigo@tunes.org>2015-05-21 09:39:08 +0200
commit351b38c26bd2f969446881292c91f77cb67f449f (patch)
tree5359351b28e3b1b7a952e50220a0d2d495fd1876 /setup.py
parentb553207fa103fd1cc009dff0f2cc55ea45c84273 (diff)
downloadcffi-351b38c26bd2f969446881292c91f77cb67f449f.tar.gz
Bump the version to 1.0.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 a8cccb6..2545443 100644
--- a/setup.py
+++ b/setup.py
@@ -143,7 +143,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.0.0',
+ version='1.0.1',
packages=['cffi'],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']},
zip_safe=False,