From 24e923c3222ab4a3ef512f16dfbce30d4377f989 Mon Sep 17 00:00:00 2001 From: Saria Hajjar Date: Wed, 9 Oct 2019 12:06:48 +0100 Subject: [PATCH] Release v0.5.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3f48779b..d276553b 100755 --- a/setup.py +++ b/setup.py @@ -31,5 +31,5 @@ scripts=['ct'], setup_requires=REQUIRES, url='https://github.com/hSaria/ChromaTerm', - version='0.5.1-dev', + version='0.5.1', )