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'] )