Skip to content

Commit

Permalink
Updated tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Atmaram committed Aug 15, 2016
1 parent a722749 commit 6c65204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -3,13 +3,13 @@
setup(
name = "pyconsole",
packages = ["pyconsole", "tests"],
version = "0.4",
version = "0.5",
description = "An interactive customizeable shell",
license = 'MIT',
author = "Atmaram Shetye",
author_email = "atmaram.shetye@gmail.com",
url = "https://github.com/Atmaram/pyshell",
download_url = "https://github.com/Atmaram/pyshell/tarball/0.4",
download_url = "https://github.com/Atmaram/pyshell/tarball/0.5",
keywords = ['terminal', 'console', 'shell', 'interactive'],
classifiers = [],
)

0 comments on commit 6c65204

Please sign in to comment.