From d5073ef527f337cc418f4510ac77393df2872e73 Mon Sep 17 00:00:00 2001 From: Edgar Solomonik Date: Sat, 10 Aug 2019 14:38:06 -0500 Subject: [PATCH] Version 1.5.5 release --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 63c82690..fb62a3f4 100755 --- a/configure +++ b/configure @@ -1358,7 +1358,7 @@ for mod in mods: extra_link_args="-L$BUILDDIR/lib_shared $CXXFLAGS $LD_LIB_PATH $LINKFLAGS $LDFLAGS".split() )) -setup(name="CTF",packages=["ctf"],version="1.5.4",cmdclass = {'build_ext': build_ext},ext_modules = cythonize(ext_mods)) +setup(name="CTF",packages=["ctf"],version="1.5.5",cmdclass = {'build_ext': build_ext},ext_modules = cythonize(ext_mods)) EOF echo 'A setup.py file has been created (to adjust all settings edit the setup.py file manually or rerun ./configure to create a new one).'