Skip to content

Commit

Permalink
bump up version to 0.10.7 (#794)
Browse files Browse the repository at this point in the history
* Update setup.cfg

* Update __init__.py
  • Loading branch information
Mridul Seth authored Aug 7, 2020
1 parent 5a3ab2a commit c9138af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion HARK/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .core import *

__version__ = "0.10.6"
__version__ = "0.10.7"

'''
Logging tools for HARK.
Expand Down
7 changes: 1 addition & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = econ-ark
version = 0.10.6
version = 0.10.7
url = https://github.com/econ-ark/HARK
project_urls =
Bug Reports = https://github.com/econ-ark/HARK/issues
Expand Down Expand Up @@ -48,10 +48,5 @@ dev =
recommonmark
pre-commit

[options.packages.find]
exclude =
Testing
Documentation

[bdist_wheel]
universal=1

0 comments on commit c9138af

Please sign in to comment.