From a4aaaa6ff0d33daad1cae356a0f26fcbc64cce71 Mon Sep 17 00:00:00 2001 From: Alex Shteinikov Date: Tue, 3 Feb 2015 21:13:24 +1000 Subject: [PATCH] 2.1.0 bump --- pancake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pancake.py b/pancake.py index 6f57057..113b7bc 100755 --- a/pancake.py +++ b/pancake.py @@ -1,7 +1,7 @@ #!/usr/bin/env python __project_name__ = 'Pancake chat bot (HipChat edition)' -__version__ = '2.0.0' +__version__ = '2.1.0' import argparse import src as library