We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dec2c commit 62f99caCopy full SHA for 62f99ca
pyproject.toml
@@ -10,7 +10,7 @@ requires = [
10
11
[project]
12
name = "stripy"
13
-version = "2.3"
+version = "2.3.2"
14
description = "Python interface to TRIPACK and STRIPACK fortran code for triangulation/interpolation in Cartesian coordinates and on a sphere"
15
readme = "README.md"
16
authors = [
setup.py
@@ -38,7 +38,7 @@
38
39
40
# 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
+PYPI_VERSION = "2.3.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1
42
43
# Return the git revision as a string (from numpy)
44
0 commit comments