Skip to content

Commit daadccb

Browse files
committed
Update the version number
1 parent d543bcd commit daadccb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/src/softfloatpy/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SoftFloatPy: A Python binding of Berkeley SoftFloat.
22
#
3-
# Copyright (c) 2024-2025 Arihiro Yoshida. All rights reserved.
3+
# Copyright (c) 2024-2026 Arihiro Yoshida. All rights reserved.
44
#
55
# Permission is hereby granted, free of charge, to any person obtaining a copy
66
# of this software and associated documentation files (the "Software"), to deal
@@ -20,4 +20,4 @@
2020
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
# SOFTWARE.
2222

23-
__version__ = '1.2.1'
23+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)