File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
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.0b0 "
12+ __version__ = "0.0 "
1313VERSION = __version__
Original file line number Diff line number Diff line change 11pip uninstall dlclibrary
22python3 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
Original file line number Diff line number Diff line change 1515
1616setuptools .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" ,
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ The code headers can be standardized by running
88python tools/update_license_headers.py
99```
1010
11- from the repository root.
11+ from the repository root (this needs ` pip install licenseheaders ` )
1212
1313You can edit the ` NOTICE.yml ` to update the header.
You can’t perform that action at this time.
0 commit comments