Skip to content

Commit

Permalink
bump to v2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Dec 5, 2023
1 parent f8dec2c commit 62f99ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -10,7 +10,7 @@ requires = [

[project]
name = "stripy"
version = "2.3"
version = "2.3.2"
description = "Python interface to TRIPACK and STRIPACK fortran code for triangulation/interpolation in Cartesian coordinates and on a sphere"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,7 +38,7 @@


# in development set version to none and ...
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

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

Expand Down

0 comments on commit 62f99ca

Please sign in to comment.