From 0ff3e5094375a8ca7892e0af59152e2f89393b1d Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Mon, 2 May 2016 09:30:59 -0600 Subject: [PATCH] Put the version in the root module Most packages do this, it's kind of an unratified standard --- vanth/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vanth/__init__.py b/vanth/__init__.py index e69de29..afa191f 100644 --- a/vanth/__init__.py +++ b/vanth/__init__.py @@ -0,0 +1 @@ +from vanth.version import VERSION as __version__