Skip to content

Commit 8c589b4

Browse files
committed
Bump the version number for the new changes
1 parent d80d91d commit 8c589b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stop_words/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import os
22

3-
__VERSION__ = (2015, 1, 22)
3+
__VERSION__ = (2015, 1, 31)
44
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
55
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words/')
66
STOP_WORDS_CACHE = {}

0 commit comments

Comments
 (0)