Skip to content

Commit f3c8f14

Browse files
committed
chore(release): bump version to 0.26.0
1 parent 148a2b6 commit f3c8f14

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

crates/openpiv_rust/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/openpiv_rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openpiv_rust"
3-
version = "0.1.0"
3+
version = "0.26.0"
44
edition = "2021"
55

66
[lib]

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

0 commit comments

Comments
 (0)