Skip to content

Commit

Permalink
update release version for pyPI (fixin README for pyPI.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax committed May 24, 2019
1 parent fc402b7 commit 4d29057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
)

0 comments on commit 4d29057

Please sign in to comment.