diff --git a/openpiv/docs/conf.py b/openpiv/docs/conf.py index 0205c70e..5b39af66 100644 --- a/openpiv/docs/conf.py +++ b/openpiv/docs/conf.py @@ -64,7 +64,7 @@ # built documents. # # The short X.Y version. -version = '0.24.4a' +version = '0.25.4' # The full version, including alpha/beta/rc tags. # release = '0.0.1a' diff --git a/pyproject.toml b/pyproject.toml index 9675fda6..2d7aeb21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "OpenPIV" -version = "0.25.3" +version = "0.25.4" 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" diff --git a/setup.py b/setup.py index 6ddc3c3f..cc376732 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="OpenPIV", - version='0.25.3', + version='0.25.4', packages=find_packages(), include_package_data=True, long_description=long_description,