File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ build-backend = "scikit_build_core.build"
1212# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
1313[project ]
1414name = " pyzmq"
15- version = " 27.0.0 "
15+ version = " 27.0.1 "
1616authors = [
1717 {
name =
" PyZMQ Contributors" ,
email =
" [email protected] " },
1818 { name = " Brian E. Granger" },
@@ -124,7 +124,7 @@ skip = ["zmq/__init__.py"]
124124github_url = " https://github.com/zeromq/pyzmq"
125125
126126[tool .tbump .version ]
127- current = " 27.0.0 "
127+ current = " 27.0.1 "
128128regex = '''
129129 (?P<major>\d+)
130130 \.
Original file line number Diff line number Diff line change 99
1010from zmq .backend import zmq_version_info
1111
12- __version__ : str = "27.0.0 "
12+ __version__ : str = "27.0.1 "
1313_version_pat = re .compile (r"(\d+)\.(\d+)\.(\d+)(.*)" )
1414_match = cast (Match , _version_pat .match (__version__ ))
1515_version_groups = _match .groups ()
You can’t perform that action at this time.
0 commit comments