Skip to content

Commit

Permalink
bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rchan26 committed Nov 20, 2023
1 parent 3e405bf commit a122acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ classifiers = [
]
dynamic = ["version"]
dependencies = [
"nlpsig >= 0.2.2",
"torch == 1.9.0",
"torchvision == 0.10.0",
"signatory == 1.2.6.1.9.0",
Expand Down
2 changes: 1 addition & 1 deletion src/sig_networks/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "0.1.0"
__version__ = "0.2.0"

from .swnu import SWLSTM, SWNU # noqa: E402
from .swnu_network import SWNUNetwork # noqa: E402
Expand Down

0 comments on commit a122acb

Please sign in to comment.