File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
author = "PyKEEN Project Team"
49
49
50
50
# The full version, including alpha/beta/rc tags.
51
- release = "1.11.1 "
51
+ release = "1.11.2-dev "
52
52
53
53
# The short X.Y version.
54
54
parsed_version = re .match (
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
5
6
6
[project ]
7
7
name = " pykeen"
8
- version = " 1.11.1 "
8
+ version = " 1.11.2-dev "
9
9
description = " A package for training and evaluating multimodal knowledge graph embeddings"
10
10
readme = " README.md"
11
11
authors = [
@@ -290,7 +290,7 @@ markers = [
290
290
]
291
291
292
292
[tool .bumpversion ]
293
- current_version = " 1.11.1 "
293
+ current_version = " 1.11.2-dev "
294
294
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?(?:\\ +(?P<build>[0-9A-Za-z-]+(?:\\ .[0-9A-Za-z-]+)*))?"
295
295
serialize = [
296
296
" {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 13
13
"env" ,
14
14
]
15
15
16
- VERSION = "1.11.1 "
16
+ VERSION = "1.11.2-dev "
17
17
18
18
19
19
@lru_cache (maxsize = 2 )
You can’t perform that action at this time.
0 commit comments