File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919DATA_DIR = abspath (join (dirname (__file__ ), "Data" ))
2020
21- __version__ = "2.4.1 "
21+ __version__ = "2.4.2 "
Original file line number Diff line number Diff line change 1111
1212setuptools .setup (
1313 name = "SciDataTool" ,
14- version = "2.4.1 " ,
14+ version = "2.4.2 " ,
1515 author = "Helene Toubin" ,
16161717 description = "Scientific Data Tool" ,
1818 long_description = long_description ,
1919 long_description_content_type = "text/markdown" ,
2020 url = "https://github.com/Eomys/SciDataTool" ,
21- download_url = "https://github.com/Eomys/SciDataTool/archive/2.4.1 .tar.gz" ,
21+ download_url = "https://github.com/Eomys/SciDataTool/archive/2.4.2 .tar.gz" ,
2222 packages = setuptools .find_packages (),
2323 classifiers = [
2424 "Programming Language :: Python :: 3" ,
You can’t perform that action at this time.
0 commit comments