File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 types : ['released', 'prereleased']
88
99env :
10- PACKAGE_VERSION : ' 1.1.1.dev0 '
10+ PACKAGE_VERSION : ' 1.1.1'
1111 PACKAGE_NAME : hyhound
1212
1313jobs :
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ project(hyhound
77 LANGUAGES CXX
88)
99include (CTest)
10- set (PY_VERSION_SUFFIX ".dev0 " )
10+ set (PY_VERSION_SUFFIX "" )
1111
1212# Make sure that the Python and CMake versions match
1313set (PY_FULL_VERSION ${PROJECT_VERSION}${PY_VERSION_SUFFIX} )
Original file line number Diff line number Diff line change 22Hyperbolic Householder transformations for Up- and Downdating Cholesky factorizations.
33"""
44
5- __version__ = "1.1.1.dev0 "
5+ __version__ = "1.1.1"
66
77from ._hyhound import * # noqa: F403
88from ._hyhound import __version__ as __c_version__ # noqa: F401
Original file line number Diff line number Diff line change 99project = "hyhound"
1010copyright = "2025, Pieter Pas"
1111author = "Pieter Pas"
12- release = "1.1.1.dev0 "
12+ release = "1.1.1"
1313
1414# -- General configuration ---------------------------------------------------
1515# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
You can’t perform that action at this time.
0 commit comments