We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fb233 commit 5bafcb0Copy full SHA for 5bafcb0
setup.py
@@ -3,12 +3,12 @@
3
setup(
4
name = 'quantecon',
5
packages = ['quantecon'],
6
- version = '0.1.2',
+ version = '0.1.3',
7
description = 'Code for quant-econ.net',
8
author = 'Thomas J. Sargent and John Stachurski',
9
author_email = '[email protected]',
10
url = 'https://github.com/jstac/quant-econ', # use the URL to the github repo
11
- download_url = 'https://github.com/jstac/quant-econ/tarball/0.1.2',
+ download_url = 'https://github.com/jstac/quant-econ/tarball/0.1.3',
12
keywords = ['quantitative', 'economics']
13
)
14
0 commit comments