diff --git a/README.md b/README.md index 340159b5..1b9ab649 100644 --- a/README.md +++ b/README.md @@ -286,7 +286,7 @@ To push the `dtreeviz` library to your local egg cache (force updates) during de python setup.py install -f ``` -E.g., on Terence's box, it add `/Users/parrt/anaconda3/lib/python3.6/site-packages/dtreeviz-2.1.0-py3.6.egg`. +E.g., on Terence's box, it add `/Users/parrt/anaconda3/lib/python3.6/site-packages/dtreeviz-2.1.3-py3.6.egg`. ## Feedback diff --git a/dtreeviz/version.py b/dtreeviz/version.py index a550de92..07104040 100644 --- a/dtreeviz/version.py +++ b/dtreeviz/version.py @@ -1,7 +1,7 @@ """ MIT License -Copyright (c) 2021 Terence Parr +Copyright (c) 2023 Terence Parr Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -21,4 +21,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '2.1.2' +__version__ = '2.1.3' diff --git a/setup.py b/setup.py index 3c299baa..c24a3e78 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='dtreeviz', - version='2.1.2', + version='2.1.3', url='https://github.com/parrt/dtreeviz', license='MIT', packages=find_packages(),