From 9086f8c9430c2d3e25d48656b001dd16bc5136c5 Mon Sep 17 00:00:00 2001 From: Jonathan Lange Date: Mon, 26 Feb 2018 19:42:14 +0000 Subject: [PATCH] Bump version number for 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f183f2..6639d1b 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.4.0', + version='0.5.0', description='Library for building Grafana dashboards', long_description=open(README).read(), url='https://github.com/weaveworks/grafanalib',