Skip to content

Commit

Permalink
bump to v2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Dec 5, 2023
1 parent 62f99ca commit 0aaf08c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build wheels

on: [push]
on: [push,release,workflow_dispatch]

jobs:
build_wheels:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ requires = [

[project]
name = "stripy"
version = "2.3.2"
version = "2.3.3"
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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@


# in development set version to none and ...
PYPI_VERSION = "2.3.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1
PYPI_VERSION = "2.3.3" # 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 0aaf08c

Please sign in to comment.