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 Sep 17, 2021
1 parent 8a9741a commit 6f21dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3"
__version__ = "1.4.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
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.3.tar.gz",
download_url="https://github.com/Eomys/SciDataTool/archive/1.4.4.tar.gz",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
Expand Down

0 comments on commit 6f21dfd

Please sign in to comment.