diff --git a/HARK/__init__.py b/HARK/__init__.py index 7ac38588e..4e8ecf280 100644 --- a/HARK/__init__.py +++ b/HARK/__init__.py @@ -1,6 +1,6 @@ from .core import * -__version__ = "0.10.6" +__version__ = "0.10.7" ''' Logging tools for HARK. diff --git a/setup.cfg b/setup.cfg index 9f93e6443..4b45a6b81 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 @@ -48,10 +48,5 @@ dev = recommonmark pre-commit -[options.packages.find] -exclude = - Testing - Documentation - [bdist_wheel] universal=1