Skip to content

Commit

Permalink
Merge pull request #551 from jamessan/release
Browse files Browse the repository at this point in the history
Pynvim 0.5.0
  • Loading branch information
jamessan committed Dec 4, 2023
2 parents 1696737 + 1f86b26 commit 12b53e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynvim/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from types import SimpleNamespace

# see also setup.py
VERSION = SimpleNamespace(major=0, minor=5, patch=0, prerelease="dev0")
VERSION = SimpleNamespace(major=0, minor=5, patch=0, prerelease="")

# e.g. "0.5.0", "0.5.0.dev0" (PEP-440)
__version__ = '{major}.{minor}.{patch}'.format(**vars(VERSION))
Expand Down

0 comments on commit 12b53e7

Please sign in to comment.