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 Dec 14, 2021
1 parent e0f4044 commit 424aa14
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
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
from SciDataTool.Classes.Norm_indices import Norm_indices
from SciDataTool.Classes.Norm_ref import Norm_ref

__version__ = "1.4.25"
__version__ = "1.4.26"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

setuptools.setup(
name="SciDataTool",
version="1.4.25",
version="1.4.26",
author="Helene Toubin",
author_email="[email protected]",
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/1.4.25.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/1.4.26.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 424aa14

Please sign in to comment.