Skip to content

Commit

Permalink
bumped version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Burton DeWilde committed Jul 14, 2016
1 parent 5687b24 commit fc94cc7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

dev
---
0.2.4 (2016-07-14)
------------------

Changes:

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
# The short X.Y version.
version = '0.2'
# The full version, including alpha/beta/rc tags.
release = '0.2.3'
release = '0.2.4'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read_file(fname, encoding='utf-8'):

setup(
name='textacy',
version='0.2.3',
version='0.2.4',
description='Higher-level text processing, built on Spacy',
long_description=read_file('README.rst'),

Expand Down
2 changes: 1 addition & 1 deletion textacy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging
import os

__version__ = '0.2.3'
__version__ = '0.2.4'
__data_dir__ = os.path.join(os.path.dirname(__file__), 'resources')

# subpackages
Expand Down

0 comments on commit fc94cc7

Please sign in to comment.