Skip to content

Commit

Permalink
new version (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmaster6y committed Feb 9, 2024
1 parent cb2095f commit 1a51537
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ line_length = 79

[tool.poetry]
name = "lczerolens"
version = "0.1.0"
version = "0.1.1"
description = "Interpretability for LeelaChessZero networks."
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/lczerolens/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Main module for the lczerolens package.
"""

__version__ = "0.1.0"
__version__ = "0.1.1"


from .adapt import AutoBuilder, ModelWrapper
Expand Down

0 comments on commit 1a51537

Please sign in to comment.