Skip to content

Commit

Permalink
minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jstac committed May 26, 2014
1 parent c1a3ea7 commit 158fa72
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 @@ -3,12 +3,12 @@
setup(
name = 'quantecon',
packages = ['quantecon'],
version = '0.1',
version = '0.1.2',
description = 'Code for quant-econ.net',
author = 'Thomas J. Sargent and John Stachurski',
author_email = '[email protected]',
url = 'https://github.com/jstac/quant-econ', # use the URL to the github repo
download_url = 'https://github.com/jstac/quant-econ/tarball/0.1.1',
download_url = 'https://github.com/jstac/quant-econ/tarball/0.1.2',
keywords = ['quantitative', 'economics'],
classifiers = [],
)
Expand Down

0 comments on commit 158fa72

Please sign in to comment.