We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab20b3 commit 41182ebCopy full SHA for 41182eb
src/pypolymlp/_version.py
@@ -12,8 +12,7 @@
12
13
TYPE_CHECKING = False
14
if TYPE_CHECKING:
15
- from typing import Tuple
16
- from typing import Union
+ from typing import Tuple, Union
17
18
VERSION_TUPLE = Tuple[Union[int, str], ...]
19
COMMIT_ID = Union[str, None]
@@ -28,7 +27,7 @@
28
27
commit_id: COMMIT_ID
29
__commit_id__: COMMIT_ID
30
31
-__version__ = version = '0.15.1.post5'
32
-__version_tuple__ = version_tuple = (0, 15, 1, 'post5')
+__version__ = version = "0.15.2"
+__version_tuple__ = version_tuple = (0, 15, 2)
33
34
-__commit_id__ = commit_id = 'g99c7daf6e'
+__commit_id__ = commit_id = "g99c7daf6e"
0 commit comments