Skip to content

Commit 7d16e62

Browse files
committed
Version bump to 1.0.0
1 parent df97aef commit 7d16e62

File tree

11 files changed

+22
-21
lines changed

11 files changed

+22
-21
lines changed

jsonrpclib/SimpleJSONRPCServer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:authors: Josh Marshall, Thomas Calmant
88
:copyright: Copyright 2025, Thomas Calmant
99
:license: Apache License 2.0
10-
:version: 0.4.3.4
10+
:version: 1.0.0
1111
1212
..
1313
@@ -81,7 +81,7 @@
8181
# ------------------------------------------------------------------------------
8282

8383
# Module version
84-
__version_info__ = (0, 4, 3, 4)
84+
__version_info__ = (1, 0, 0)
8585
__version__ = ".".join(str(x) for x in __version_info__)
8686

8787
# Documentation strings format

jsonrpclib/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:authors: Josh Marshall, Thomas Calmant
77
:copyright: Copyright 2025, Thomas Calmant
88
:license: Apache License 2.0
9-
:version: 0.4.3.4
9+
:version: 1.0.0
1010
1111
..
1212
@@ -43,7 +43,7 @@
4343

4444

4545
# Module version
46-
__version_info__ = (0, 4, 3, 4)
46+
__version_info__ = (1, 0, 0)
4747
__version__ = ".".join(str(x) for x in __version_info__)
4848

4949
# Documentation strings format

jsonrpclib/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
:copyright: Copyright 2025, Thomas Calmant
77
:license: Apache License 2.0
8-
:version: 0.4.3.4
8+
:version: 1.0.0
99
1010
..
1111
@@ -29,7 +29,7 @@
2929
# ------------------------------------------------------------------------------
3030

3131
# Module version
32-
__version_info__ = (0, 4, 3, 4)
32+
__version_info__ = (1, 0, 0)
3333
__version__ = ".".join(str(x) for x in __version_info__)
3434

3535
# Documentation strings format

jsonrpclib/history.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:authors: Josh Marshall, Thomas Calmant
77
:copyright: Copyright 2025, Thomas Calmant
88
:license: Apache License 2.0
9-
:version: 0.4.3.4
9+
:version: 1.0.0
1010
1111
..
1212
@@ -26,7 +26,7 @@
2626
"""
2727

2828
# Module version
29-
__version_info__ = (0, 4, 3, 4)
29+
__version_info__ = (1, 0, 0)
3030
__version__ = ".".join(str(x) for x in __version_info__)
3131

3232
# Documentation strings format

jsonrpclib/jsonclass.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:authors: Josh Marshall, Thomas Calmant
77
:copyright: Copyright 2025, Thomas Calmant
88
:license: Apache License 2.0
9-
:version: 0.4.3.4
9+
:version: 1.0.0
1010
1111
..
1212
@@ -36,7 +36,7 @@
3636
# ------------------------------------------------------------------------------
3737

3838
# Module version
39-
__version_info__ = (0, 4, 3, 4)
39+
__version_info__ = (1, 0, 0)
4040
__version__ = ".".join(str(x) for x in __version_info__)
4141

4242
# Documentation strings format

jsonrpclib/jsonlib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:authors: Thomas Calmant
88
:copyright: Copyright 2025, Thomas Calmant
99
:license: Apache License 2.0
10-
:version: 0.4.3.4
10+
:version: 1.0.0
1111
1212
..
1313
@@ -33,7 +33,7 @@
3333
# ------------------------------------------------------------------------------
3434

3535
# Module version
36-
__version_info__ = (0, 4, 3, 4)
36+
__version_info__ = (1, 0, 0)
3737
__version__ = ".".join(str(x) for x in __version_info__)
3838

3939
# Documentation strings format

jsonrpclib/jsonrpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
:authors: Josh Marshall, Thomas Calmant
3939
:copyright: Copyright 2025, Thomas Calmant
4040
:license: Apache License 2.0
41-
:version: 0.4.3.4
41+
:version: 1.0.0
4242
4343
..
4444
@@ -100,7 +100,7 @@
100100
# ------------------------------------------------------------------------------
101101

102102
# Module version
103-
__version_info__ = (0, 4, 3, 4)
103+
__version_info__ = (1, 0, 0)
104104
__version__ = ".".join(str(x) for x in __version_info__)
105105

106106
# Documentation strings format

jsonrpclib/threadpool.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:author: Thomas Calmant
77
:copyright: Copyright 2025, Thomas Calmant
88
:license: Apache License 2.0
9-
:version: 0.4.3.4
9+
:version: 1.0.0
1010
1111
..
1212
@@ -39,7 +39,7 @@
3939
# ------------------------------------------------------------------------------
4040

4141
# Module version
42-
__version_info__ = (0, 4, 3, 4)
42+
__version_info__ = (1, 0, 0)
4343
__version__ = ".".join(str(x) for x in __version_info__)
4444

4545
# Documentation strings format

jsonrpclib/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
:author: Thomas Calmant
77
:copyright: Copyright 2025, Thomas Calmant
88
:license: Apache License 2.0
9-
:version: 0.4.3.4
9+
:version: 1.0.0
1010
1111
..
1212
@@ -30,7 +30,7 @@
3030
# ------------------------------------------------------------------------------
3131

3232
# Module version
33-
__version_info__ = (0, 4, 3, 4)
33+
__version_info__ = (1, 0, 0)
3434
__version__ = ".".join(str(x) for x in __version_info__)
3535

3636
# Documentation strings format

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages = ["jsonrpclib"]
77

88
[project]
99
name = "jsonrpclib-pelix"
10-
version = "0.4.3.4"
10+
version = "1.0.0"
1111
authors = [
1212
{ name="Thomas Calmant", email="[email protected]" },
1313
{ name="Josh Marshall" }

0 commit comments

Comments
 (0)