diff --git a/lta/__init__.py b/lta/__init__.py
index 3ecc77f..0ea846f 100644
--- a/lta/__init__.py
+++ b/lta/__init__.py
@@ -9,7 +9,7 @@
 # is zero for an official release, positive for a development branch,
 # or negative for a release candidate or beta (after the base version
 # number has been incremented)
-__version__ = "0.41.29"
+__version__ = "0.41.30"
 version_info = (
     int(__version__.split(".")[0]),
     int(__version__.split(".")[1]),