Skip to content

Commit 91e36a8

Browse files
committed
Removing models sub-package from setup as this has been migrated to QuantEcon.applications repo
1 parent 59287ff commit 91e36a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#-Write Versions File-#
55
#~~~~~~~~~~~~~~~~~~~~~#
66

7-
VERSION = '0.2.2'
7+
VERSION = '0.3.0'
88

99
def write_version_py(filename=None):
1010
"""
@@ -94,8 +94,6 @@ def write_version_py(filename=None):
9494
setup(name='quantecon',
9595
packages=['quantecon',
9696
'quantecon.markov',
97-
'quantecon.models',
98-
'quantecon.models.solow',
9997
'quantecon.random',
10098
'quantecon.tests',
10199
'quantecon.util',

0 commit comments

Comments
 (0)