Skip to content

Commit

Permalink
Bump version: 0.2.4 → 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
philgooch committed Dec 30, 2019
1 parent c0bfc0b commit 2e334bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -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]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 2e334bb

Please sign in to comment.