Skip to content

Commit cd12b30

Browse files
Bump version to 0.26.4
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b62fb93 commit cd12b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autowrap/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3131
"""
3232

33-
__version__ = "0.26.3"
33+
__version__ = "0.26.4"
3434

3535
# For backward compatibility with older code expecting tuple format
36-
__version_tuple__ = (0, 26, 3)
36+
__version_tuple__ = (0, 26, 4)
3737

3838
# for compatibility with older version:
3939
version = __version_tuple__

0 commit comments

Comments
 (0)