From f48f8f40dcbcf52a9877db9b03ce61a1fd4f6168 Mon Sep 17 00:00:00 2001 From: Iason Gavriilidis Date: Mon, 28 Jun 2021 11:12:25 +0300 Subject: [PATCH] Bumps version to 0.14.3 Merged PRs: * #324 Change download path when supplied language is source language --- txclib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txclib/__init__.py b/txclib/__init__.py index cc7beee..46bbc29 100644 --- a/txclib/__init__.py +++ b/txclib/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- # https://www.python.org/dev/peps/pep-0440/#examples-of-compliant-version-schemes -__version__ = '0.14.2' +__version__ = '0.14.3'