Skip to content

Commit

Permalink
[VI] Updating version before release 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BonneelP committed Aug 9, 2021
1 parent 7eec29f commit c708f68
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 @@ -9,4 +9,4 @@
from SciDataTool.Classes.VectorField import VectorField
from SciDataTool.Classes.DataPattern import DataPattern

__version__ = "1.4.2"
__version__ = "1.4.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="1.4.2",
version="1.4.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/1.4.2.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/1.4.3.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit c708f68

Please sign in to comment.