Skip to content

Commit 62f99ca

Browse files
author
Ben Mather
committed
bump to v2.3.2
1 parent f8dec2c commit 62f99ca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010

1111
[project]
1212
name = "stripy"
13-
version = "2.3"
13+
version = "2.3.2"
1414
description = "Python interface to TRIPACK and STRIPACK fortran code for triangulation/interpolation in Cartesian coordinates and on a sphere"
1515
readme = "README.md"
1616
authors = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939

4040
# in development set version to none and ...
41-
PYPI_VERSION = "2.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1
41+
PYPI_VERSION = "2.3.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1
4242

4343
# Return the git revision as a string (from numpy)
4444

0 commit comments

Comments
 (0)