Skip to content

Commit 18befee

Browse files
committed
updating version
1 parent 0ed75c5 commit 18befee

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

dlclibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# Licensed under GNU Lesser General Public License v3.0
1010
#
1111

12-
__version__ = "0.0.3"
12+
__version__ = "0.0.4"
1313
VERSION = __version__

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setuptools.setup(
1717
name="dlclibrary",
18-
version="0.0.3",
18+
version="0.0.4",
1919
author="A. & M. Mathis Labs",
2020
author_email="[email protected]",
2121
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",

tools/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
1111
from the repository root (this needs `pip install licenseheaders`)
1212

1313
You can edit the `NOTICE.yml` to update the header.
14+
15+
16+
## Running tests
17+
18+
``` bash
19+
pytest
20+
```

0 commit comments

Comments
 (0)