Skip to content

Commit

Permalink
Merge pull request #32 from open-lasso-python/release/2.0.0
Browse files Browse the repository at this point in the history
Release 2.0.0
  • Loading branch information
codie3611 authored Jan 12, 2023
2 parents 0a77cd9 + ef385ff commit a0c6cf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:

steps:
- uses: actions/checkout@v3
# We need the entire git history for building the docs
with:
fetch-depth: 0

- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lasso-python"
version = "2.0.0rc1"
version = "2.0.0"
description = "An open-source CAE and Machine Learning library."
authors = ["open-lasso-python <[email protected]>"]
license = "BSD-3"
Expand Down

0 comments on commit a0c6cf0

Please sign in to comment.