From cba9a5e24067e25811f128b9cfa32855b3397a49 Mon Sep 17 00:00:00 2001 From: Pritam Date: Sun, 6 Sep 2020 07:07:06 +0530 Subject: [PATCH] Bump to 0.2.0 --- settings.json | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.json b/settings.json index 09da2c9..4492987 100644 --- a/settings.json +++ b/settings.json @@ -1,7 +1,7 @@ { "default": { "DEBUG": true, - "VERSION": "0.1.2", + "VERSION": "0.2.0", "PROFILER": { "flask-profiler": true, "line-profiler": true, diff --git a/tbump.toml b/tbump.toml index a671e1e..a2eca29 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = https://github.com/// [version] -current = "0.1.2" +current = "0.2.0" # Example of a semver regexp. # Make sure this matches current_version before