From 33ea4f36ec579d15f26bf2d3293f28e20d74ff6f Mon Sep 17 00:00:00 2001 From: lisphilar <7270139+lisphilar@users.noreply.github.com> Date: Tue, 25 May 2021 00:06:21 +0900 Subject: [PATCH] 2.20.2 --- covsirphy/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/covsirphy/__version__.py b/covsirphy/__version__.py index edee42022..4d1b6640b 100644 --- a/covsirphy/__version__.py +++ b/covsirphy/__version__.py @@ -1,4 +1,4 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -__version__ = "2.20.1-gamma" +__version__ = "2.20.2" diff --git a/pyproject.toml b/pyproject.toml index cbe8581d8..f4706f8af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "covsirphy" -version = "2.20.1" +version = "2.20.2" description = "COVID-19 data analysis with phase-dependent SIR-derived ODE models" authors = ["Hirokazu Takaya "] license = "Apache-2.0"