We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b62fb93 commit cd12b30Copy full SHA for cd12b30
autowrap/version.py
@@ -30,10 +30,10 @@
30
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31
"""
32
33
-__version__ = "0.26.3"
+__version__ = "0.26.4"
34
35
# For backward compatibility with older code expecting tuple format
36
-__version_tuple__ = (0, 26, 3)
+__version_tuple__ = (0, 26, 4)
37
38
# for compatibility with older version:
39
version = __version_tuple__
0 commit comments