Skip to content

Commit 0af3c9d

Browse files
methaneCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4632b01 commit 0af3c9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msgpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .exceptions import * # noqa: F403
55
from .ext import ExtType, Timestamp
66

7-
version = (1, 2, 0, "rc1")
7+
version = (1, 2, 0)
88
__version__ = "1.2.0rc1"
99

1010

0 commit comments

Comments
 (0)