Skip to content

Commit 793e8ea

Browse files
authored
Merge pull request #4 from DeepLabCut/v0.0release
realease 0.0
2 parents f5b5637 + 76fa63b commit 793e8ea

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.0b0"
12+
__version__ = "0.0"
1313
VERSION = __version__

reinstall.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip uninstall dlclibrary
22
python3 setup.py sdist bdist_wheel
3-
pip install dist/dlclibrary-0.0b0-py3-none-any.whl
3+
pip install dist/dlclibrary-0.0-py3-none-any.whl

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.0b0",
18+
version="0.0",
1919
author="A. & M. Mathis Labs",
2020
author_email="alexander@deeplabcut.org",
2121
description="Lightweight library supporting universal functions for the DeepLabCut ecosystem",

tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ The code headers can be standardized by running
88
python tools/update_license_headers.py
99
```
1010

11-
from the repository root.
11+
from the repository root (this needs `pip install licenseheaders`)
1212

1313
You can edit the `NOTICE.yml` to update the header.

0 commit comments

Comments
 (0)