We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8899cb commit 4357c2bCopy full SHA for 4357c2b
pynvim/_version.py
@@ -4,7 +4,7 @@
4
from types import SimpleNamespace
5
6
# see also setup.py
7
-VERSION = SimpleNamespace(major=0, minor=6, patch=0, prerelease="dev0")
+VERSION = SimpleNamespace(major=0, minor=6, patch=0, prerelease="")
8
9
# e.g. "0.5.0", "0.5.0.dev0" (PEP-440)
10
__version__ = '{major}.{minor}.{patch}'.format(**vars(VERSION))
0 commit comments