Skip to content

Commit f6bc535

Browse files
authored
Bumping version: 0.11.0 → 0.11.1 (#48)
1 parent d9ff0da commit f6bc535

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

devel/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ esac
8989
new_version="${major}.${minor}.${patch}"
9090

9191
# 4. Write the new version back to the file
92-
message="Bumping version: ${old_version} -> ${new_version}"
92+
message="Bumping version: ${old_version} ${new_version}"
9393
echo "${message}"
9494
sed -i "s/__version__ = ${quote_char}${old_version}${quote_char}/__version__ = ${quote_char}${new_version}${quote_char}/" "${ABOUT_FILE}"
9595

src/docbuild/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This module contains metadata about the package, including its version and authors.
44
"""
55

6-
__version__ = '0.11.0'
6+
__version__ = '0.11.1'
77
__authors__ = [
88
'Tom Schraitle <[email protected]>',
99
]

0 commit comments

Comments
 (0)