From 367110861c4d360bfac3914e0168356e86a10cd9 Mon Sep 17 00:00:00 2001 From: David Nicholson Date: Sat, 25 Apr 2020 17:34:39 -0400 Subject: [PATCH] bump version to 0.4.2 in __about__ and CHANGELOG --- doc/CHANGELOG.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 7bfb7636..e7314f93 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.4.2] ### Added - add Levenshtein distance and segment error rate to metrics [#37](https://github.com/yardencsGitHub/tweetynet/pull/37) diff --git a/setup.py b/setup.py index c244cfa6..a8d6b58a 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ EMAIL = 'yardenc@bu.edu' AUTHOR = 'Yarden Cohen, David Nicholson' REQUIRES_PYTHON = '>=3.6.0' -VERSION = '0.4.1' +VERSION = '0.4.2' LICENSE='BSD' REQUIRED = [