From ddc23e679adedf324b047c2a5eda4b2797bc6013 Mon Sep 17 00:00:00 2001 From: "helmi.nour" Date: Thu, 11 Aug 2022 17:28:39 +0100 Subject: [PATCH] bump up version --- railib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/railib/__init__.py b/railib/__init__.py index 785a52c..a1dd96e 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, 6, 3) +__version_info__ = (0, 6, 4) __version__ = ".".join(map(str, __version_info__))