Skip to content

Commit 024a1d9

Browse files
committed
Remove beta tag from version.
1 parent 6e64f0f commit 024a1d9

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
TBmodels is a tool for creating / loading and manipulating tight-binding models.
33
"""
44

5-
__version__ = '1.3.0b1'
5+
__version__ = '1.3.0'
66

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

0 commit comments

Comments
 (0)