Skip to content

Commit 17d230b

Browse files
committed
Fix typo
1 parent f6199b4 commit 17d230b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_releaser/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ def bump_version(version_spec, version_cmd=""):
183183
version = parse_version(get_version())
184184
version_spec = f"{version.major}.{version.minor}.{version.micro + 1}"
185185
else:
186-
version_spec == "patch"
186+
version_spec = "patch"
187187

188188
# Bump the version
189189
run(f"{version_cmd} {version_spec}")

0 commit comments

Comments
 (0)