Skip to content

Commit

Permalink
Release 0.10.0 (#882)
Browse files Browse the repository at this point in the history
* Update pyproject.toml

* Delete RELEASE.md

* Update ci.yml
  • Loading branch information
mgkwill authored Aug 8, 2024
1 parent efbe872 commit 223307e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-13]
operating-system: [ubuntu-latest, macos-13]
steps:
- uses: actions/checkout@v3
with:
Expand Down
82 changes: 0 additions & 82 deletions RELEASE.md

This file was deleted.

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.9.0.dev0"
version = "0.10.0"
readme = "README.md"
description = "A Software Framework for Neuromorphic Computing"
homepage = "https://lava-nc.org/"
Expand Down

0 comments on commit 223307e

Please sign in to comment.