Skip to content

Commit 223307e

Browse files
authored
Release 0.10.0 (#882)
* Update pyproject.toml * Delete RELEASE.md * Update ci.yml
1 parent efbe872 commit 223307e

File tree

3 files changed

+2
-84
lines changed

3 files changed

+2
-84
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ matrix.operating-system }}
5656
strategy:
5757
matrix:
58-
operating-system: [ubuntu-latest, windows-latest, macos-13]
58+
operating-system: [ubuntu-latest, macos-13]
5959
steps:
6060
- uses: actions/checkout@v3
6161
with:

RELEASE.md

Lines changed: 0 additions & 82 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010
{include = "tests"}
1111
]
1212
include = ["tutorials"]
13-
version = "0.9.0.dev0"
13+
version = "0.10.0"
1414
readme = "README.md"
1515
description = "A Software Framework for Neuromorphic Computing"
1616
homepage = "https://lava-nc.org/"

0 commit comments

Comments
 (0)