From f76b1bdb0445f602612c14cedda618a7a4854116 Mon Sep 17 00:00:00 2001 From: AustEcon Date: Sat, 15 Feb 2020 21:12:20 +1300 Subject: [PATCH] version 0.0.2 --- polyglot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polyglot/__init__.py b/polyglot/__init__.py index dfb4129..200116d 100644 --- a/polyglot/__init__.py +++ b/polyglot/__init__.py @@ -2,4 +2,4 @@ from polyglot.upload import Upload, MEDIA_TYPE, ENCODINGS, B, C, BCAT, BCATPART, D, AIP, MAP -__version__ = '0.0.1' +__version__ = '0.0.2'