Skip to content

Commit 0c977a1

Browse files
author
Steven Silvester
authored
Merge pull request #59 from afshin/typo
Fix typo
2 parents f6199b4 + 17d230b commit 0c977a1

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)