Skip to content

Commit 5bafcb0

Browse files
committed
changed tag in setup
1 parent e6fb233 commit 5bafcb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
setup(
44
name = 'quantecon',
55
packages = ['quantecon'],
6-
version = '0.1.2',
6+
version = '0.1.3',
77
description = 'Code for quant-econ.net',
88
author = 'Thomas J. Sargent and John Stachurski',
99
author_email = '[email protected]',
1010
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',
11+
download_url = 'https://github.com/jstac/quant-econ/tarball/0.1.3',
1212
keywords = ['quantitative', 'economics']
1313
)
1414

0 commit comments

Comments
 (0)