Skip to content

Commit

Permalink
chore: bump up development version to 0.6.0.dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
wookayin committed Jan 10, 2025
1 parent eb14e83 commit 4d3fbdc
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=3, prerelease="dev0")
VERSION = SimpleNamespace(major=0, minor=6, patch=0, 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 4d3fbdc

Please sign in to comment.