Skip to content

Commit 2ee1a77

Browse files
authored
Merge pull request #362 from OpenPIV/copilot/bump-version-0-25-4
Bump OpenPIV version to 0.25.4 and align release metadata
2 parents 2347f85 + e6fc5df commit 2ee1a77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

openpiv/docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = '0.24.4a'
67+
version = '0.25.4'
6868
# The full version, including alpha/beta/rc tags.
6969
# release = '0.0.1a'
7070

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.3"
3+
version = "0.25.4"
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.3',
13+
version='0.25.4',
1414
packages=find_packages(),
1515
include_package_data=True,
1616
long_description=long_description,

0 commit comments

Comments
 (0)