Skip to content

Commit

Permalink
fix #143
Browse files Browse the repository at this point in the history
  • Loading branch information
fdev31 committed Nov 2, 2024
1 parent b443341 commit 2a235af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyprland/plugins/pyprland.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ async def init(self) -> None:
version_str = _tag.split("-", 1)[0]
if len(version_str) < len(_tag):
auto_increment = True
else:
version_str = version_info["version"]

if version_str:
try:
Expand Down
2 changes: 1 addition & 1 deletion pyprland/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Package version."""

VERSION = "2.4.0-63"
VERSION = "2.4.0-64"

0 comments on commit 2a235af

Please sign in to comment.