summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-05-26 18:41:47 +0200
committerArmin Rigo <arigo@tunes.org>2015-05-26 18:41:47 +0200
commitfce68556f2d89e8c3d2fa2f5189d24670962dc06 (patch)
tree76a91c990d38ca26fea2912596f14fd94934ee39 /setup.py
parent8482526f1807d0c5c7f0eca3734df0de6b173f3c (diff)
downloadcffi-fce68556f2d89e8c3d2fa2f5189d24670962dc06.tar.gz
Bump version number
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 d181771..52b254b 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.3',
+ version='1.0.4',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},