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 26
26
author = "Charles Tapley Hoyt"
27
27
28
28
# The full version, including alpha/beta/rc tags.
29
- release = "0.11.0-dev "
29
+ release = "0.11.0"
30
30
31
31
# The short X.Y version.
32
32
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 = " pyobo"
8
- version = " 0.11.0-dev "
8
+ version = " 0.11.0"
9
9
description = " A python package for handling and generating OBO"
10
10
readme = " README.md"
11
11
authors = [
@@ -243,7 +243,7 @@ known-first-party = [
243
243
docstring-code-format = true
244
244
245
245
[tool .bumpversion ]
246
- current_version = " 0.11.0-dev "
246
+ current_version = " 0.11.0"
247
247
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-]+)*))?"
248
248
serialize = [
249
249
" {major}.{minor}.{patch}-{release}+{build}" ,
Original file line number Diff line number Diff line change 12
12
"get_git_hash" ,
13
13
]
14
14
15
- VERSION = "0.11.0-dev "
15
+ VERSION = "0.11.0"
16
16
17
17
18
18
def get_git_hash () -> str :
You can’t perform that action at this time.
0 commit comments