Skip to content

Commit

Permalink
Bump version number to 2015.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Alir3z4 committed Jan 22, 2015
1 parent e5a7a3c commit 7e72b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stop_words/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

__VERSION__ = (2015, 1, 19)
__VERSION__ = (2015, 1, 22)
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words/')
STOP_WORDS_CACHE = {}
Expand Down

0 comments on commit 7e72b33

Please sign in to comment.