From 673461b66c05e2e9372730216ab77db2f3b472fc Mon Sep 17 00:00:00 2001 From: Saria Hajjar Date: Tue, 28 Dec 2021 01:54:40 +0000 Subject: [PATCH] Release v0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1648fe86..945a890a 100755 --- a/setup.py +++ b/setup.py @@ -24,5 +24,5 @@ packages=['chromaterm'], python_requires='>=3.6.0', url='https://github.com/hSaria/ChromaTerm', - version='0.8.5-dev', + version='0.9.0', )