Skip to content

Commit

Permalink
bumped to 0.25.2 using poetry version and published using poetry buil…
Browse files Browse the repository at this point in the history
…d and then poetry run twine upload dist/*
  • Loading branch information
alexlib committed Mar 7, 2024
1 parent 5d9ea6d commit 2f4c23d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "OpenPIV"
version = "0.25.1"
version = "0.25.2"
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"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="OpenPIV",
version='0.25.1',
version='0.25.2',
packages=find_packages(),
include_package_data=True,
long_description=long_description,
Expand Down

0 comments on commit 2f4c23d

Please sign in to comment.