Skip to content

Commit

Permalink
[CC] update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-t committed Jun 24, 2022
1 parent 733dca6 commit d7af7a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SciDataTool/__init__.py
Expand Up @@ -18,4 +18,4 @@

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

__version__ = "2.4.7"
__version__ = "2.4.8"
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -11,14 +11,14 @@

setuptools.setup(
name="SciDataTool",
version="2.4.7",
version="2.4.8",
author="Helene Toubin",
author_email="helene.toubin@eomys.com",
description="Scientific Data Tool",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Eomys/SciDataTool",
download_url="https://github.com/Eomys/SciDataTool/archive/2.4.7.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/2.4.8.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit d7af7a8

Please sign in to comment.