From dc45dfaba1a5ae4a967e9fe7a1271407d5cd5297 Mon Sep 17 00:00:00 2001 From: "Maarten van Gompel (proycon)" Date: Sun, 8 Nov 2015 21:48:41 +0100 Subject: [PATCH] release version 2.0 --- configure.ac | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f414fb0f..218dbfd3 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $URL: https://ilk.uvt.nl/svn/sources/ucto/trunk/configure.ac $ AC_PREREQ([2.67]) -AC_INIT([colibri-core],[1.99],[proycon@anaproy.nl]) +AC_INIT([colibri-core],[2.0],[proycon@anaproy.nl]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADER([config.h]) diff --git a/setup.py b/setup.py index 3de63a97..25f621e2 100755 --- a/setup.py +++ b/setup.py @@ -168,7 +168,7 @@ def read(fname): license = "GPL", keywords = "nlp computational_linguistics frequency ngram skipgram pmi cooccurrence linguistics", long_description=read('README.rst'), - version = '1.99', + version = '2.0', ext_modules = extensions, cmdclass = {'build_ext': build_ext}, classifiers=[