From 399c13718fba43d71aa3c7b7f80e7d7dd2b807e9 Mon Sep 17 00:00:00 2001 From: ymoch Date: Sat, 30 Nov 2019 02:24:16 +0900 Subject: [PATCH] Update to 1.1.2. --- apyori.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apyori.py b/apyori.py index ab66ace..b618e63 100755 --- a/apyori.py +++ b/apyori.py @@ -15,7 +15,7 @@ # Meta informations. -__version__ = '1.1.1' +__version__ = '1.1.2' __author__ = 'Yu Mochizuki' __author_email__ = 'ymoch.dev@gmail.com'