We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e662de5 commit 0ca51d9Copy full SHA for 0ca51d9
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.1"
+__version__ = "0.26.2"
34
35
# For backward compatibility with older code expecting tuple format
36
-__version_tuple__ = (0, 26, 1)
+__version_tuple__ = (0, 26, 2)
37
38
# for compatibility with older version:
39
version = __version_tuple__
0 commit comments