From ee4e5c244fb0fefada5ffc83be132b4572930387 Mon Sep 17 00:00:00 2001 From: Eliot Berriot <contact@eliotberriot.com> Date: Thu, 10 Jan 2019 14:48:16 +0100 Subject: [PATCH] Bumbed version number to 0.18-dev --- api/funkwhale_api/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/funkwhale_api/__init__.py b/api/funkwhale_api/__init__.py index 7ad37d53..5c6c7cec 100644 --- a/api/funkwhale_api/__init__.py +++ b/api/funkwhale_api/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -__version__ = "0.17" +__version__ = "0.18-dev" __version_info__ = tuple( [ int(num) if num.isdigit() else num -- GitLab