From c925c8afd091aa4d2fea55165b2b9cf1ad6314e1 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 30 Aug 2014 23:24:57 +0200 Subject: [PATCH] bump version to 0.8.0 we had quite some changes in internal api code, so better advertise a new version even if not near release time --- nsupdate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nsupdate/__init__.py b/nsupdate/__init__.py index 611a882..0049972 100644 --- a/nsupdate/__init__.py +++ b/nsupdate/__init__.py @@ -62,4 +62,4 @@ class Version(tuple): # pragma: no cover return version_str -version = Version(0, 7, 0) +version = Version(0, 8, 0)