From e892d3ceebac04dfec6b465d755c0628a8f8c90e Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Wed, 18 Apr 2018 11:07:46 +0200 Subject: [PATCH] upd few things --- wallabag_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wallabag_api/__init__.py b/wallabag_api/__init__.py index fd2e302..fd9c1bb 100644 --- a/wallabag_api/__init__.py +++ b/wallabag_api/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 1, 2) # PEP 386 +VERSION = (1, 1, 3) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])