We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb16d52 commit 32d6d22Copy full SHA for 32d6d22
docs/source/conf.py
@@ -15,7 +15,7 @@
15
f"{datetime.now().year!s}, Adrien Lafage and Olivier Laurent"
16
)
17
author = "Adrien Lafage and Olivier Laurent"
18
-release = "0.4.3"
+release = "0.4.3.rc0"
19
20
# -- General configuration ---------------------------------------------------
21
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "flit_core.buildapi"
4
5
[project]
6
name = "torch_uncertainty"
7
-version = "0.4.3"
+version = "0.4.3.rc0"
8
authors = [
9
{ name = "ENSTA U2IS", email = "olivier.laurent@ensta-paris.fr" },
10
{ name = "Adrien Lafage", email = "adrienlafage@outlook.com" },
0 commit comments