Skip to content

Commit f2eb57e

Browse files
authored
Merge pull request #141 from bashtage/release-4.0
RLS: Release of version 4.0
2 parents bb05482 + 1ed64c7 commit f2eb57e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2
1+
4.0

setup.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ def build_extensions(self):
3737
_build_ext.build_extensions(self)
3838

3939

40-
SETUP_REQUIREMENTS = {'numpy': '1.8'}
40+
SETUP_REQUIREMENTS = {'numpy': '1.9'}
4141
REQUIREMENTS = {'Cython': '0.22',
42-
'matplotlib': '1.3',
43-
'scipy': '0.14',
44-
'pandas': '0.14',
42+
'matplotlib': '1.4',
43+
'scipy': '0.15',
44+
'pandas': '0.16',
4545
'statsmodels': '0.6',
4646
'patsy': '0.2'}
4747

@@ -280,12 +280,12 @@ def strip_rc(version):
280280
include_package_data=True,
281281
distclass=BinaryDistribution,
282282
classifiers=[
283-
'Development Status :: 4 - Beta',
283+
'Development Status :: 5 - Production/Stable',
284284
'Intended Audience :: End Users/Desktop',
285285
'Intended Audience :: Financial and Insurance Industry',
286286
'Programming Language :: Python :: 2.7',
287-
'Programming Language :: Python :: 3.3',
288287
'Programming Language :: Python :: 3.4',
288+
'Programming Language :: Python :: 3.5',
289289
'License :: OSI Approved',
290290
'Operating System :: MacOS :: MacOS X',
291291
'Operating System :: Microsoft :: Windows',

0 commit comments

Comments
 (0)