Skip to content

Commit

Permalink
Merge pull request #580 from neovim/release
Browse files Browse the repository at this point in the history
Pynvim 0.5.1
  • Loading branch information
jamessan authored Nov 3, 2024
2 parents 4813ce6 + b69c934 commit 224b223
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=1, prerelease="dev0")
VERSION = SimpleNamespace(major=0, minor=5, patch=1, 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 224b223

Please sign in to comment.