Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed Jan 28, 2023
1 parent 2f10aaa commit 4748adb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 1 addition & 1 deletion dtreeviz/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 4748adb

Please sign in to comment.