Skip to content

Commit 1fc5919

Browse files
committed
1.2.10 test
1 parent ef78889 commit 1fc5919

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/publish-testpypi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish to TestPyPI
22
on:
3-
push:
4-
tags:
5-
- 'v*'
3+
release:
4+
types: [published]
5+
66
permissions:
77
id-token: write
88
contents: read

fluids/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def all_submodules(with_numerics=True):
168168
return new_submodules
169169

170170

171-
__version__ = "1.2.9"
171+
__version__ = "1.2.10"
172172

173173
try:
174174
fluids_dir = os.path.dirname(__file__)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ backend-path = ["_custom_build"]
55

66
[project]
77
name = "fluids"
8-
version = "1.2.9"
8+
version = "1.2.10"
99
description = "Fluid dynamics component of Chemical Engineering Design Library (ChEDL)"
1010
readme = "README.rst"
1111
requires-python = ">=3.9"
@@ -132,7 +132,7 @@ dev = [
132132

133133
[project.urls]
134134
Homepage = "https://github.com/CalebBell/fluids"
135-
Download = "https://github.com/CalebBell/fluids/tarball/1.2.9"
135+
Download = "https://github.com/CalebBell/fluids/tarball/1.2.10"
136136

137137
[tool.setuptools]
138138
packages = ["fluids"]

0 commit comments

Comments
 (0)