Skip to content

Commit 2f4c23d

Browse files
committed
bumped to 0.25.2 using poetry version and published using poetry build and then poetry run twine upload dist/*
1 parent 5d9ea6d commit 2f4c23d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)