Skip to content

Commit 0ca51d9

Browse files
Bump version to 0.26.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e662de5 commit 0ca51d9

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.1"
33+
__version__ = "0.26.2"
3434

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

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

0 commit comments

Comments
 (0)