From 2e334bbe474a4030c07860839c023775bb97c4ae Mon Sep 17 00:00:00 2001 From: Phil Gooch Date: Mon, 30 Dec 2019 15:41:35 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.4=20=E2=86=92=200.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 ++- README.md | 2 +- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 526e4ae..afeb874 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,8 +1,9 @@ [bumpversion] -current_version = 0.2.4 +current_version = 0.2.5 commit = True tag = True [bumpversion:file:README.md] + [bumpversion:file:setup.py] diff --git a/README.md b/README.md index e1f2490..294a1d4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/philgooch/abbreviation-extraction.svg)](https://travis-ci.org/philgooch/abbreviation-extraction) -## Version: 0.2.4 +## Version: 0.2.5 This is a Python3 implementation of the [Schwartz-Hearst algorithm](https://psb.stanford.edu/psb-online/proceedings/psb03/schwartz.pdf) for identifying abbreviations and their corresponding definitions in free text[1]. diff --git a/setup.py b/setup.py index 7953862..1578236 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name = 'abbreviations', packages = ['abbreviations'], # this must be the same as the name above - version = '0.2.4', + version = '0.2.5', description = 'Python3 implementation of the Schwartz-Hearst algorithm for extracting abbreviation-definition pairs', license = 'MIT', author = 'Phil Gooch and Vincent Van Asch', author_email = 'philgooch@users.noreply.github.com', url = 'https://github.com/philgooch/abbreviation-extraction', - download_url = 'https://github.com/philgooch/abbreviation-extraction/archive/v0.2.4.tar.gz', + download_url = 'https://github.com/philgooch/abbreviation-extraction/archive/v0.2.5.tar.gz', keywords = ['python3', 'nlp', 'keyword-extraction', 'abbreviations', 'information-extraction'], classifiers = [], install_requires=[