File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 env :
3434 CIBW_BUILD : cp39-* cp310-* cp311-* cp312-*
3535 CIBW_SKIP : " *-musllinux_*"
36- CIBW_ARCHS_LINUX : " x86_64 aarch64 "
36+ CIBW_ARCHS_LINUX : " x86_64"
3737 CIBW_ENVIRONMENT : " CC=gcc FC=gfortran CLIMT_ARCH=Linux"
3838 if : ${{ runner.os == 'Linux' }}
3939 run : python -m cibuildwheel --output-dir dist
Original file line number Diff line number Diff line change 6767 BucketHydrology ,
6868)
6969
70- __version__ = "0.18.3 "
70+ __version__ = "0.18.4 "
Original file line number Diff line number Diff line change 11from .component import EmanuelConvection
2- from .pure_python import EmanuelConvectionPython
32
4- __all__ = ( "EmanuelConvection" , "EmanuelConvectionPython" )
3+ __all__ = [ "EmanuelConvection" ]
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.18.3
2+ current_version = 0.18.4
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change @@ -292,7 +292,7 @@ def run(self):
292292
293293setup (
294294 name = "climt" ,
295- version = "0.18.3 " ,
295+ version = "0.18.4 " ,
296296 description = "CliMT is a Toolkit for building Earth system models in Python." ,
297297 long_description = readme + "\n \n " + history ,
298298 author = "Rodrigo Caballero" ,
You can’t perform that action at this time.
0 commit comments