Skip to content

Commit b84e6e3

Browse files
authored
RELEASE: Bump version to 1.4.2. (#103)
1 parent 3012ae4 commit b84e6e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbmodels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Author: Dominik Gresch <[email protected]>
33
"""A tool for creating / loading and manipulating tight-binding models."""
44

5-
__version__ = "1.4.1"
5+
__version__ = "1.4.2"
66

77
# import order is important due to circular imports
88
from . import helpers

0 commit comments

Comments
 (0)