Skip to content

Commit

Permalink
chore: update versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximilianmbeck committed Nov 4, 2024
1 parent af61a0a commit 9ed5e2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "xlstm"
version = "1.0.7"
version = "1.0.8"
authors = [
{ name="Maximilian Beck", email="[email protected]" },
{ name="Korbinian Poeppel", email="[email protected]" },
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 1.0.7
version = 1.0.8
name = xlstm
description = A novel LSTM variant with promising performance compared to Transformers.
long_description = file: README.md
Expand Down
2 changes: 1 addition & 1 deletion xlstm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.0.7"
__version__ = "1.0.8"

from .blocks.mlstm.block import mLSTMBlock, mLSTMBlockConfig
from .blocks.mlstm.layer import mLSTMLayer, mLSTMLayerConfig
Expand Down

0 comments on commit 9ed5e2b

Please sign in to comment.