Skip to content

Commit 88b2f57

Browse files
committed
release 2.0.0rc1
1 parent 5c4612d commit 88b2f57

File tree

4 files changed

+2
-694
lines changed

4 files changed

+2
-694
lines changed

.github/workflows/build-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
- lab2.0
87
paths:
98
- 'docs/**'
109
- 'package.json'
@@ -23,7 +22,7 @@ jobs:
2322
- name: checkout repository
2423
uses: actions/checkout@v2
2524
with:
26-
ref: 'lab2.0' # should be main later
25+
ref: 'main' # should be main later
2726

2827
- name: setup node
2928
uses: actions/setup-node@v3

edgelab/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.0.1rc0'
1+
__version__ = '2.0.0rc1'
22
short_version = __version__
33

44

0 commit comments

Comments
 (0)