Skip to content

Commit e6fc5df

Browse files
Copilotalexlib
andcommitted
chore: bump package version to 0.25.4
Co-authored-by: alexlib <747110+alexlib@users.noreply.github.com>
1 parent 16402dc commit e6fc5df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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)