Skip to content

Commit 46a6fd1

Browse files
authored
Merge pull request #315 from alexlib/master
updated from alexlib
2 parents 94807e9 + c7c1ef9 commit 46a6fd1

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

poetry.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OpenPIV"
3-
version = "0.25.1"
3+
version = "0.25.2"
44
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."
55
authors = ["Alex Liberzon"]
66
license = "GPLv3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="OpenPIV",
13-
version='0.25.1',
13+
version='0.25.2',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
long_description=long_description,

0 commit comments

Comments
 (0)