Skip to content

Commit c6f2497

Browse files
authored
Bump version to 2.5.1
Updated version number and commented out old download URL.
1 parent ce48510 commit c6f2497

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
setuptools.setup(
1313
name="SciDataTool",
14-
version="2.5.0",
14+
version="2.5.1",
1515
author="Helene Toubin",
1616
author_email="helene.toubin@eomys.com",
1717
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.5.0.tar.gz",
21+
# download_url="https://github.com/Eomys/SciDataTool/archive/2.5.0.tar.gz", # TODO remove later
2222
packages=setuptools.find_packages(),
2323
classifiers=[
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)