From 008802a06d2298aeef8f43fd4be753aef455df54 Mon Sep 17 00:00:00 2001 From: Yohei Tamura Date: Wed, 19 Aug 2020 23:22:26 +0900 Subject: [PATCH] [versionup] 0.7.0-rc0 -> 0.7.0-rc1 --- 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 7fc9aa43..f5776b3e 100644 --- a/camphr/VERSION.py +++ b/camphr/VERSION.py @@ -1 +1 @@ -__version__ = "0.7.0-rc0" +__version__ = "0.7.0-rc1" diff --git a/pyproject.toml b/pyproject.toml index 5bd9fc48..551742da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ files = [ "camphr/VERSION.py",] commit = true [tool.poetry] -version = "0.7.0-rc0" +version = "0.7.0-rc1" name = "camphr" authors = [ "tamuhey ",] description = "spaCy plugin for Transformers, Udify, Elmo, etc."