Skip to content

Commit 0946bfc

Browse files
committed
Bump version: 0.11.0-dev → 0.11.0
1 parent 33de5b1 commit 0946bfc

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "Charles Tapley Hoyt"
2727

2828
# The full version, including alpha/beta/rc tags.
29-
release = "0.11.0-dev"
29+
release = "0.11.0"
3030

3131
# The short X.Y version.
3232
parsed_version = re.match(

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "pyobo"
8-
version = "0.11.0-dev"
8+
version = "0.11.0"
99
description = "A python package for handling and generating OBO"
1010
readme = "README.md"
1111
authors = [
@@ -243,7 +243,7 @@ known-first-party = [
243243
docstring-code-format = true
244244

245245
[tool.bumpversion]
246-
current_version = "0.11.0-dev"
246+
current_version = "0.11.0"
247247
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-]+)*))?"
248248
serialize = [
249249
"{major}.{minor}.{patch}-{release}+{build}",

src/pyobo/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"get_git_hash",
1313
]
1414

15-
VERSION = "0.11.0-dev"
15+
VERSION = "0.11.0"
1616

1717

1818
def get_git_hash() -> str:

0 commit comments

Comments
 (0)