From fc5b4efc53454f0c7737094e7bb9fe107b908603 Mon Sep 17 00:00:00 2001 From: Yohei Tamura Date: Wed, 22 Apr 2020 15:22:12 +0900 Subject: [PATCH] [versionup] 0.5.20 -> 0.5.21 --- camphr/VERSION.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camphr/VERSION.py b/camphr/VERSION.py index c0c3de5b..3951f2bc 100644 --- a/camphr/VERSION.py +++ b/camphr/VERSION.py @@ -1 +1 @@ -__version__ = "0.5.20" +__version__ = "0.5.21" diff --git a/pyproject.toml b/pyproject.toml index f4d4b325..414f1cb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ files = [ "camphr/VERSION.py",] commit = true [tool.poetry] -version = "0.5.20" +version = "0.5.21" name = "camphr" authors = [ "tamuhey ",] description = "spaCy plugin for Transformers, Udify, Elmo, etc."