mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-06-19 06:02:09 +00:00
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
4632b018d1
commit
0af3c9d11b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ import os
|
|||
from .exceptions import * # noqa: F403
|
||||
from .ext import ExtType, Timestamp
|
||||
|
||||
version = (1, 2, 0, "rc1")
|
||||
version = (1, 2, 0)
|
||||
__version__ = "1.2.0rc1"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue