From 54ad865df51053915ad5067788faf308debd0f1a Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Thu, 22 Sep 2022 19:31:28 +0200 Subject: [PATCH] Changed version --- pyrmv/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyrmv/__init__.py b/pyrmv/__init__.py index f87bb61..cba6747 100644 --- a/pyrmv/__init__.py +++ b/pyrmv/__init__.py @@ -31,7 +31,7 @@ really sophisticated. However I'm not sure whether RMV supports that many HAFAS """ __name__ = "pyrmv" -__version__ = "0.1.6" +__version__ = "0.1.7" __license__ = "MIT License" __author__ = "Profitroll"