From 049fd7c880cd12b403b6f02b0e1493c239415232 Mon Sep 17 00:00:00 2001 From: Leo Arias Date: Sun, 30 Jul 2017 23:18:16 +0000 Subject: [PATCH] use versioneer to set the version of the snap --- snapcraft.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/snapcraft.yaml b/snapcraft.yaml index c42d743..279c007 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,6 @@ name: wormhole version: git +version-script: python3 -c "import versioneer; print(versioneer.get_version())" summary: get things from one computer to another, safely description: | This package provides a library and a command-line tool named wormhole,