From 7bf11daef4de6be51bf563265b3ee1a2e2e2fa9c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 9 Sep 2014 15:59:33 -0400 Subject: [PATCH] bump version to 0.0.21 --- remoto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoto/__init__.py b/remoto/__init__.py index 92d665c..3e97cf5 100644 --- a/remoto/__init__.py +++ b/remoto/__init__.py @@ -4,4 +4,4 @@ from . import process from . import connection -__version__ = '0.0.20' +__version__ = '0.0.21' -- 2.47.3