summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2015-08-28 11:19:49 +0200
committerArmin Rigo <arigo@tunes.org>2015-08-28 11:19:49 +0200
commit4cb27c1ea2a44ea3e1b11fd9434632b56bf7f904 (patch)
treeb280ef19f8319e1e2e8916d7f575feccce8544af /setup.py
parent717b64481c43b2d7e8cdf9a4cc291c9402a541e9 (diff)
downloadcffi-4cb27c1ea2a44ea3e1b11fd9434632b56bf7f904.tar.gz
Prepare release 1.3.0
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 848e9d3..ee262f4 100644
--- a/setup.py
+++ b/setup.py
@@ -144,7 +144,7 @@ Contact
`Mailing list <https://groups.google.com/forum/#!forum/python-cffi>`_
""",
- version='1.2.1',
+ version='1.3.0',
packages=['cffi'] if cpython else [],
package_data={'cffi': ['_cffi_include.h', 'parse_c_type.h']}
if cpython else {},