Skip to content

Commit

Permalink
release 2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnL4 committed May 10, 2023
1 parent 5c4612d commit 88b2f57
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 694 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
- lab2.0
paths:
- 'docs/**'
- 'package.json'
Expand All @@ -23,7 +22,7 @@ jobs:
- name: checkout repository
uses: actions/checkout@v2
with:
ref: 'lab2.0' # should be main later
ref: 'main' # should be main later

- name: setup node
uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion edgelab/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.1rc0'
__version__ = '2.0.0rc1'
short_version = __version__


Expand Down

0 comments on commit 88b2f57

Please sign in to comment.