Skip to content

Commit 32b4f9a

Browse files
authored
Merge pull request #91 from Z2PackDev/bump_version
Bump version to 1.4.1.
2 parents 0b8e0e5 + e4d5b93 commit 32b4f9a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tbmodels/_version.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# -*- coding: utf-8 -*-
2-
32
"""
43
Helper module that defines the TBmodels version. The purpose of this
54
module is to make the '__version__' available without any external
65
dependencies, for the purposes of the build system.
76
"""
87

9-
__version__ = "1.4.0"
8+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)