From 3667f8caef24de02157db52f83f146a95ab7f94a Mon Sep 17 00:00:00 2001 From: Peter Teichman Date: Sat, 1 Jun 2013 11:32:44 -0400 Subject: [PATCH] Bump the version to 2.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6550da..dc1b899 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name = "cobe", - version = "2.0.4", + version = "2.1.0", author = "Peter Teichman", author_email = "peter@teichman.org", url = "http://wiki.github.com/pteichman/cobe/",