Skip to content

Commit

Permalink
issue release of version 0.3.6.2 due to issues with 0.3.6.1 in setupt…
Browse files Browse the repository at this point in the history
…ools (#337)
  • Loading branch information
mmcky committed Aug 28, 2017
1 parent 60c142a commit fb4d3e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ quantecon/game_theory/pure_nash.py
quantecon/game_theory/random.py
quantecon/game_theory/support_enumeration.py
quantecon/game_theory/utilities.py
quantecon/game_theory/vertex_enumeration.py
quantecon/markov/__init__.py
quantecon/markov/approximation.py
quantecon/markov/core.py
Expand All @@ -48,6 +49,7 @@ quantecon/tests/__init__.py
quantecon/tests/test_arma.py
quantecon/tests/test_compute_fp.py
quantecon/tests/test_discrete_rv.py
quantecon/tests/test_distributions.py
quantecon/tests/test_ecdf.py
quantecon/tests/test_estspec.py
quantecon/tests/test_graph_tools.py
Expand All @@ -70,5 +72,6 @@ quantecon/util/__init__.py
quantecon/util/array.py
quantecon/util/common_messages.py
quantecon/util/notebooks.py
quantecon/util/numba.py
quantecon/util/random.py
quantecon/util/timing.py
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.6'
version = '0.3.6.2'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#-Write Versions File-#
#~~~~~~~~~~~~~~~~~~~~~#

VERSION = '0.3.6'
VERSION = '0.3.6.2'

def write_version_py(filename=None):
"""
Expand Down

0 comments on commit fb4d3e2

Please sign in to comment.