Skip to content

Commit c025755

Browse files
author
Tom De Smedt
committed
update version number for release
1 parent be61007 commit c025755

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 University of Antwerp, Belgium
1+
Copyright (c) 2011-2013 University of Antwerp, Belgium
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It is well documented and bundled with 30+ examples and 350+ unit tests. The sou
1515
Version
1616
-------
1717

18-
2.4
18+
2.5
1919

2020
License
2121
-------

README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pattern is a web mining module for the Python programming language. It bundles t
77
VERSION
88
=======
99

10-
2.4
10+
2.5
1111

1212
LICENSE
1313
=======

setup.py

+4-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = "Pattern",
10-
version = "2.4",
10+
version = "2.5",
1111
description = "Web mining module for Python.",
1212
license = "BSD",
1313
author = "Tom De Smedt",
@@ -29,13 +29,14 @@
2929
"pattern.text.de.parser",
3030
"pattern.text.de.inflect",
3131
"pattern.text.en",
32-
"pattern.text.en.inflect",
3332
"pattern.text.en.parser",
33+
"pattern.text.en.inflect",
3434
"pattern.text.en.wordlist",
3535
"pattern.text.en.wordnet",
3636
"pattern.text.en.wordnet.pywordnet",
37-
"pattern.text.es.inflect",
37+
"pattern.text.es",
3838
"pattern.text.es.parser",
39+
"pattern.text.es.inflect",
3940
"pattern.text.fr",
4041
"pattern.text.fr.parser",
4142
"pattern.text.fr.inflect",

0 commit comments

Comments
 (0)