Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tbmodels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Author: Dominik Gresch <greschd@gmx.ch>
"""A tool for creating / loading and manipulating tight-binding models."""

__version__ = "1.4.2"
__version__ = "1.4.3"

# import order is important due to circular imports
from . import helpers
Expand Down