Skip to content

Commit 562c7ad

Browse files
committed
Bump version: 1.0.19 → 1.0.20
1 parent 72f7df4 commit 562c7ad

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.19
2+
current_version = 1.0.20
33
commit = True
44
tag = True
55

_bindings/python/masktunnel/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package provides a Python-friendly API on top of the generated native bindings.
44
"""
55

6-
__version__ = "1.0.19"
6+
__version__ = "1.0.20"
77

88
from ._server import Server, ServerOptions
99
from ._utils import set_log_level

_bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def get_long_description() -> str:
618618

619619
setup(
620620
name="masktunnel",
621-
version="1.0.19",
621+
version="1.0.20",
622622
description="Python bindings for MaskTunnel (Go)",
623623
long_description=get_long_description(),
624624
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)