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.
2 parents 0a77cd9 + ef385ff commit a0c6cf0Copy full SHA for a0c6cf0
.github/workflows/ci-cd.yml
@@ -154,6 +154,9 @@ jobs:
154
155
steps:
156
- uses: actions/checkout@v3
157
+ # We need the entire git history for building the docs
158
+ with:
159
+ fetch-depth: 0
160
161
- name: Set up Python 3.10
162
uses: actions/setup-python@v4
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "lasso-python"
3
-version = "2.0.0rc1"
+version = "2.0.0"
4
description = "An open-source CAE and Machine Learning library."
5
authors = ["open-lasso-python <[email protected]>"]
6
license = "BSD-3"
0 commit comments