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 @@ -16,7 +16,7 @@ build-backend = "scikit_build_core.build"
16
16
# ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html
17
17
[project ]
18
18
name = " pyzmq"
19
- version = " 26.0.0a3 "
19
+ version = " 26.0.0a4 "
20
20
authors = [
21
21
{
name =
" PyZMQ Contributors" ,
email =
" [email protected] " },
22
22
{ name = " Brian E. Granger" },
@@ -89,7 +89,7 @@ skip = ["zmq/__init__.py"]
89
89
github_url = " https://github.com/zeromq/pyzmq"
90
90
91
91
[tool .tbump .version ]
92
- current = " 26.0.0a3 "
92
+ current = " 26.0.0a4 "
93
93
regex = '''
94
94
(?P<major>\d+)
95
95
\.
Original file line number Diff line number Diff line change 8
8
9
9
from zmq .backend import zmq_version_info
10
10
11
- __version__ : str = "26.0.0a3 "
11
+ __version__ : str = "26.0.0a4 "
12
12
_version_pat = re .compile (r"(\d+)\.(\d+)\.(\d+)(.*)" )
13
13
_match = cast (Match , _version_pat .match (__version__ ))
14
14
_version_groups = _match .groups ()
You can’t perform that action at this time.
0 commit comments