Skip to content

Commit 12b53e7

Browse files
authored
Merge pull request #551 from jamessan/release
Pynvim 0.5.0
2 parents 1696737 + 1f86b26 commit 12b53e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynvim/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from types import SimpleNamespace
55

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

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

0 commit comments

Comments
 (0)