File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name : Publish to TestPyPI
22on :
3- push :
4- tags :
5- - ' v* '
3+ release :
4+ types : [published]
5+
66permissions :
77 id-token : write
88 contents : read
Original file line number Diff line number Diff 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
173173try :
174174 fluids_dir = os .path .dirname (__file__ )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ backend-path = ["_custom_build"]
55
66[project ]
77name = " fluids"
8- version = " 1.2.9 "
8+ version = " 1.2.10 "
99description = " Fluid dynamics component of Chemical Engineering Design Library (ChEDL)"
1010readme = " README.rst"
1111requires-python = " >=3.9"
@@ -132,7 +132,7 @@ dev = [
132132
133133[project .urls ]
134134Homepage = " 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 ]
138138packages = [" fluids" ]
You can’t perform that action at this time.
0 commit comments