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 Jan 28, 2022
1 parent 710fb83 commit fef60c0
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__ = "2.1.2"
__version__ = "2.1.3"
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="2.1.2",
version="2.1.3",
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/2.1.2.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/2.1.3.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit fef60c0

Please sign in to comment.