Skip to content

Commit

Permalink
Update to version 0.3.3 (QuantEcon#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Jul 21, 2016
1 parent 3b48f13 commit 2b46fd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion quantecon/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
This is a VERSION file and should NOT be manually altered
"""
version = '0.3.2'
version = '0.3.3'
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#-Write Versions File-#
#~~~~~~~~~~~~~~~~~~~~~#

VERSION = '0.3.2'
VERSION = '0.3.3'

def write_version_py(filename=None):
"""
Expand Down Expand Up @@ -81,9 +81,7 @@ def write_version_py(filename=None):
'Operating System :: OS Independent',
'Intended Audience :: Science/Research',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering',
]
Expand All @@ -109,5 +107,6 @@ def write_version_py(filename=None):
author='Thomas J. Sargent and John Stachurski (Project coordinators)',
author_email='john.stachurski@gmail.com',
url='https://github.com/QuantEcon/QuantEcon.py', # URL to the repo
download_url='https://github.com/QuantEcon/QuantEcon.py/tarball/' + VERSION,
keywords=['quantitative', 'economics']
)

0 comments on commit 2b46fd6

Please sign in to comment.