File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 99# Licensed under GNU Lesser General Public License v3.0
1010#
1111
12- __version__ = "0.0.3 "
12+ __version__ = "0.0.4 "
1313VERSION = __version__
Original file line number Diff line number Diff line change 1515
1616setuptools .setup (
1717 name = "dlclibrary" ,
18- version = "0.0.3 " ,
18+ version = "0.0.4 " ,
1919 author = "A. & M. Mathis Labs" ,
20202121 description = "Lightweight library supporting universal functions for the DeepLabCut ecosystem" ,
Original file line number Diff line number Diff line change 1- # Developer tools useful for maintaining the repository
1+ # Developer tools useful for maintaining the DeepLabCut repository
22
33## Code headers
44
@@ -11,3 +11,10 @@ python tools/update_license_headers.py
1111from the repository root (this needs ` pip install licenseheaders ` )
1212
1313You can edit the ` NOTICE.yml ` to update the header.
14+
15+
16+ ## Running tests
17+
18+ ``` bash
19+ pytest
20+ ```
You can’t perform that action at this time.
0 commit comments