Skip to content

Commit a122acb

Browse files
committed
bump version 0.2.0
1 parent 3e405bf commit a122acb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ classifiers = [
3030
]
3131
dynamic = ["version"]
3232
dependencies = [
33+
"nlpsig >= 0.2.2",
3334
"torch == 1.9.0",
3435
"torchvision == 0.10.0",
3536
"signatory == 1.2.6.1.9.0",

src/sig_networks/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.2.0"
44

55
from .swnu import SWLSTM, SWNU # noqa: E402
66
from .swnu_network import SWNUNetwork # noqa: E402

0 commit comments

Comments
 (0)