From 4d290573918579fa20d6789008b7e97c955ad62f Mon Sep 17 00:00:00 2001 From: ax Date: Fri, 24 May 2019 19:27:31 +0200 Subject: [PATCH] update release version for pyPI (fixin README for pyPI.org) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b6fd594..8f3adb9 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ setup( name = 'dye', packages = ['dye'], - version = '0.3', + version = '0.4', description = 'Lightweight module with ANSI control codes to dye python scripts, the simplest and lightest module to work with colors and formatting.', long_description=long_description, author = 'ax', author_email = 'ax.tryin@gmail.com', url = 'https://github.com/ax-tryin/dye', - download_url = 'https://github.com/ax-tryin/dye/archive/0.3.tar.gz', + download_url = 'https://github.com/ax-tryin/dye/archive/0.4.tar.gz', keywords = ['ANSI', 'color', 'terminal', 'lightweight'] )