Skip to content

Commit

Permalink
chore: Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: James McCoy <[email protected]>
  • Loading branch information
jamessan committed Nov 13, 2024
1 parent 5b0c32e commit 3aeaa86
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=2, prerelease="")
VERSION = SimpleNamespace(major=0, minor=5, patch=3, prerelease="dev0")

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

0 comments on commit 3aeaa86

Please sign in to comment.