From 80af82c603e98e331e5f57fdce5ed5ae8c7a1d69 Mon Sep 17 00:00:00 2001 From: Ben Thompson Date: Mon, 6 Jun 2016 20:21:29 -0400 Subject: [PATCH] 16.06 pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1141fde..d2165d5 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ }, name = 'cppimport', - version = '0.1.0', + version = '16.06', description = 'Import C++ files directly from Python!', long_description = description, url = 'https://github.com/tbenthompson/cppimport',