Skip to content

Commit 8c0415d

Browse files
committed
chore: release v0.0.80
Signed-off-by: Dup4 <[email protected]>
1 parent 2ef51e1 commit 8c0415d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xcpcio-board-spider"
3-
version = "0.0.79"
3+
version = "0.0.80"
44
description = "XCPCIO Board Spider"
55
authors = ["Dup4 <[email protected]>"]
66
license = "MIT"

xcpcio_board_spider/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .type import *
22
from .core import *
33

4-
__version__ = "0.0.79"
4+
__version__ = "0.0.80"

0 commit comments

Comments
 (0)