diff --git a/README.md b/README.md index e97faa20..340159b5 100644 --- a/README.md +++ b/README.md @@ -311,17 +311,3 @@ for depicting hierarchical structures](https://www.cc.gatech.edu/~john.stasko/pa This project is licensed under the terms of the MIT license, see [LICENSE](LICENSE). -## Deploy - -Notes for parrt. - -1. Update version.py, setup.py, README. -2. Merge dev into master -3. Create release notes -4. Push to pypi -5. Announce - -``` -python3 -m build -twine upload dist/dtreeviz-1.4.0.tar.gz dist/dtreeviz-1.4.0-py3-none-any.whl -``` diff --git a/dtreeviz/version.py b/dtreeviz/version.py index 7572e570..a550de92 100644 --- a/dtreeviz/version.py +++ b/dtreeviz/version.py @@ -21,4 +21,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '2.1.1' +__version__ = '2.1.2' diff --git a/setup.py b/setup.py index db1de553..3c299baa 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name='dtreeviz', - version='2.1.1', + version='2.1.2', url='https://github.com/parrt/dtreeviz', license='MIT', packages=find_packages(),