Skip to content

Commit 8cdf4b6

Browse files
committed
Implement extrapolation TI
1 parent 62a7ca1 commit 8cdf4b6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pypolymlp/_version.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,5 @@
2727
commit_id: COMMIT_ID
2828
__commit_id__: COMMIT_ID
2929

30-
__version__ = version = "0.15.0.post11"
31-
__version_tuple__ = version_tuple = (0, 15, 0, "post11")
32-
33-
__commit_id__ = commit_id = "g4cb37f297"
30+
__version__ = version = "0.15.1"
31+
__version_tuple__ = version_tuple = (0, 15, 1)

0 commit comments

Comments
 (0)