Skip to content

Commit d7af7a8

Browse files
author
helene-t
committed
[CC] update version number
1 parent 733dca6 commit d7af7a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SciDataTool/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
DATA_DIR = abspath(join(dirname(__file__), "Data"))
2020

21-
__version__ = "2.4.7"
21+
__version__ = "2.4.8"

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.4.7",
14+
version="2.4.8",
1515
author="Helene Toubin",
1616
author_email="[email protected]",
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.4.7.tar.gz",
21+
download_url="https://github.com/Eomys/SciDataTool/archive/2.4.8.tar.gz",
2222
packages=setuptools.find_packages(),
2323
classifiers=[
2424
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)