Skip to content

Commit 0aaf08c

Browse files
author
Ben Mather
committed
bump to v2.3.3
1 parent 62f99ca commit 0aaf08c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build wheels
22

3-
on: [push]
3+
on: [push,release,workflow_dispatch]
44

55
jobs:
66
build_wheels:

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.2"
13+
version = "2.3.3"
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.3.2" # Note: don't add any dashes if you want to use conda, use b1 not .b1
41+
PYPI_VERSION = "2.3.3" # 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)