Skip to content

Commit e8043b2

Browse files
committed
v0.1.14 restores the dipui_file argument
1 parent b1e3ecc commit e8043b2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
Changes for this version of DIPLOMAT:
2-
- updated installation procedure to include updating pip
3-
- added quotes around the editable installation path + options for zsh compatibility
4-
- change order of installation instructions to prioritize DIPLOMAT-SLEAP
2+
- restore dipui_file argument

diplomat/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
A tool providing multi-animal tracking capabilities on top of other Deep learning based tracking software.
33
"""
44

5-
__version__ = "0.1.13"
5+
__version__ = "0.1.14"
66
# Can be used by functions to determine if diplomat was invoked through it's CLI interface.
77
CLI_RUN = False
88

0 commit comments

Comments
 (0)