Skip to content

Commit

Permalink
release version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Nov 8, 2015
1 parent 4065902 commit dc45dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],[[email protected]])
AC_INIT([colibri-core],[2.0],[[email protected]])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADER([config.h])
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit dc45dfa

Please sign in to comment.