summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-05-25 18:03:07 +0200
committerArmin Rigo <arigo@tunes.org>2015-05-25 18:03:07 +0200
commit3c09054e2a3d2c7febed33d5d9293b1397a4aeff (patch)
treee35c3b793a2e9e03b57adfda9f2ec946f63db24f /setup.py
parentc418fcac8a69d5597a36f67e5720f7b7ec8a168c (diff)
downloadcffi-3c09054e2a3d2c7febed33d5d9293b1397a4aeff.tar.gz
Bump the version number to 1.0.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 18730d5..d181771 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.0.2',
+ version='1.0.3',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},