Skip to content

Commit 5a6c8dc

Browse files
committed
Bump version: 0.17.0rc1 → 0.17.0
1 parent 30c117e commit 5a6c8dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.17.0rc1
2+
current_version = 0.17.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "docstring_parser"
7-
version = "0.17.0rc1"
7+
version = "0.17.0"
88
description = "Parse Python docstrings in reST, Google and Numpydoc format"
99
authors = [
1010
{name="Marcin Kurczewski", email="dash@wind.garden"},

0 commit comments

Comments
 (0)