From 87ddbcb62775f381d72aba2ed348d7cb1871d5dd Mon Sep 17 00:00:00 2001 From: Jiashuo Li <4003950+jiasli@users.noreply.github.com> Date: Fri, 5 Nov 2021 13:17:57 +0800 Subject: [PATCH] Release 0.9.0 (#252) --- HISTORY.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 7ab27c2..2f71174 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,7 @@ Release History =============== -0.8.3 +0.9.0 +++++ * Support Python 3.10 (#250) diff --git a/setup.py b/setup.py index 364409f..bd4ca35 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ import sys from setuptools import setup -VERSION = '0.8.3' +VERSION = '0.9.0' DEPENDENCIES = [ 'argcomplete',