From 825efab0f717f20016d238186fb561a7b1b55a53 Mon Sep 17 00:00:00 2001 From: FoxMaSk Date: Wed, 18 Apr 2018 11:17:50 +0200 Subject: [PATCH] v1.2.2 due to pypi error --- 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 39a72b4..9fe660d 100644 --- a/wallabag_api/__init__.py +++ b/wallabag_api/__init__.py @@ -1,2 +1,2 @@ -VERSION = (1, 2, 1) # PEP 386 +VERSION = (1, 2, 2) # PEP 386 __version__ = ".".join([str(x) for x in VERSION])