From 8daf2d2b2446f8d50f0efb32999e93d3cc6bad2e Mon Sep 17 00:00:00 2001 From: Mika Karim <61665812+meruyert93@users.noreply.github.com> Date: Tue, 14 May 2024 11:48:17 +0200 Subject: [PATCH] bump sdk version to release (#152) --- railib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railib/__init__.py b/railib/__init__.py index 3ba06ce..e7b4c33 100644 --- a/railib/__init__.py +++ b/railib/__init__.py @@ -12,5 +12,5 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version_info__ = (0, 7, 4) +__version_info__ = (0, 7, 5) __version__ = ".".join(map(str, __version_info__))