From a546448e2bcca720068e857a4ea720cefbe0213f Mon Sep 17 00:00:00 2001 From: Quentin Dawans Date: Wed, 26 Jul 2017 09:31:10 +0200 Subject: [PATCH] Bump version to 0.2.0 (#32) --- sirbot/core/__meta__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sirbot/core/__meta__.py b/sirbot/core/__meta__.py index d53b960..5523f8e 100644 --- a/sirbot/core/__meta__.py +++ b/sirbot/core/__meta__.py @@ -17,7 +17,7 @@ # Versions should comply with PEP440. For a discussion on # single-sourcing the version across setup.py and the project code, # see http://packaging.python.org/en/latest/tutorial.html#version - "version": '0.1.1', + "version": '0.2.0', 'docker_name': 'sirbot_api', 'docker_tag': 'latest' }