Skip to content

Commit 98ef984

Browse files
authored
release v0.1.5 (#188)
* release v0.1.5 Signed-off-by: JaredforReal <w13431838023@gmail.com> * add maas client <--> server unit test Signed-off-by: JaredforReal <w13431838023@gmail.com> * install flask in CI env Signed-off-by: JaredforReal <w13431838023@gmail.com> * install cv2 in CI env Signed-off-by: JaredforReal <w13431838023@gmail.com> --------- Signed-off-by: JaredforReal <w13431838023@gmail.com>
1 parent 025f3f6 commit 98ef984

4 files changed

Lines changed: 665 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install -e ".[dev]"
26+
pip install -e ".[dev,server,layout]"
2727
2828
- name: Run Unit Tests
2929
run: pytest glmocr/tests/test_unit.py -v --tb=short

glmocr/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import importlib
66
from typing import TYPE_CHECKING
77

8-
__version__ = "0.1.4"
8+
__version__ = "0.1.5"
99
__author__ = "ZHIPUAI"
1010

1111
__all__ = [

0 commit comments

Comments
 (0)