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 1- __version__ = "0.1 "
1+ __version__ = "0.3 "
22VERSION = __version__
Original file line number Diff line number Diff line change 11pip uninstall dlc2nwb
22python3 setup.py sdist bdist_wheel
3- pip install dist/dlc2nwb-0.1 -py3-none-any.whl
3+ pip install dist/dlc2nwb-0.3 -py3-none-any.whl
Original file line number Diff line number Diff line change 11[metadata]
22name = DLC2NWB
3- version = 0.2
3+ version = 0.3
44author = DeepLabCut team
55author_email = admin@deeplabcut.org
66description = DeepLabCut<->NWB conversion utilities
Original file line number Diff line number Diff line change 88
99setuptools .setup (
1010 name = "dlc2nwb" ,
11- version = "0.1 " ,
11+ version = "0.3 " ,
1212 author = "A. & M. Mathis Labs" ,
1313 author_email = "alexander@deeplabcut.org" ,
1414 description = "DeepLabCut <-> NWB conversion utilities" ,
You can’t perform that action at this time.
0 commit comments