Skip to content

Commit

Permalink
migrate to version 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Oct 28, 2017
1 parent 4ef5730 commit 5445d15
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 @@ -2,13 +2,13 @@
setup(
name = 'art',
packages = ['art'],
version = '0.2',
version = '0.3',
description = 'ASCII Art Collection In Python',
long_description='ASCII Art Collection In Python',
author = 'Sepand Haghighi',
author_email = '[email protected]',
url = 'https://github.com/sepandhaghighi/art',
download_url = 'https://github.com/sepandhaghighi/art/tarball/v0.2',
download_url = 'https://github.com/sepandhaghighi/art/tarball/v0.3',
keywords = ['ascii', 'art', 'python3','python','text'],
install_requires=[
'codecov',
Expand Down

0 comments on commit 5445d15

Please sign in to comment.