Skip to content

Commit

Permalink
Merge pull request #315 from alexlib/master
Browse files Browse the repository at this point in the history
updated from alexlib
  • Loading branch information
alexlib authored Mar 7, 2024
2 parents 94807e9 + c7c1ef9 commit 46a6fd1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPIV"
version = "0.25.1"
version = "0.25.2"
description = "OpenPIV consists in a Python and Cython modules for scripting and executing the analysis of a set of PIV image pairs. In addition, a Qt and Tk graphical user interfaces are in development, to ease the use for those users who don't have python skills."
authors = ["Alex Liberzon"]
license = "GPLv3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="OpenPIV",
version='0.25.1',
version='0.25.2',
packages=find_packages(),
include_package_data=True,
long_description=long_description,
Expand Down

0 comments on commit 46a6fd1

Please sign in to comment.