Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus G K Williams <Marcus G K Williams 168222+mgkwill@users.noreply.github.com>
  • Loading branch information
Marcus G K Williams authored and Marcus G K Williams committed Nov 14, 2023
1 parent aedb3cc commit 682edb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "docs"]
path = docs
url = https://github.com/lava-nc/lava-docs.git
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ cd $HOME
curl -sSL https://install.python-poetry.org | python3 -
git clone git@github.com:lava-nc/lava.git
cd lava
git checkout v0.8.0
git checkout v0.9.0
./utils/githook/install-hook.sh
poetry config virtualenvs.in-project true
poetry install
Expand All @@ -90,7 +90,7 @@ pytest
cd $HOME
git clone git@github.com:lava-nc/lava.git
cd lava
git checkout v0.8.0
git checkout v0.9.0
python3 -m venv .venv
.venv\Scripts\activate
pip install -U pip
Expand Down Expand Up @@ -186,7 +186,7 @@ python -m venv .venv
source .venv/bin/activate ## Or Windows: .venv\Scripts\activate
pip install -U pip
# Substitute lava version needed for lava-nc-<version here>.tar.gz below
pip install lava-nc-0.8.0.tar.gz
pip install lava-nc-0.9.0.tar.gz
```

## Linting, testing, documentation and packaging
Expand Down
1 change: 0 additions & 1 deletion docs
Submodule docs deleted from 9492b5
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [
{include = "tests"}
]
include = ["tutorials"]
version = "0.8.0.dev0"
version = "0.9.0"
readme = "README.md"
description = "A Software Framework for Neuromorphic Computing"
homepage = "https://lava-nc.org/"
Expand Down

0 comments on commit 682edb9

Please sign in to comment.