From 486cf15381fad46adbc584b1a7681a7b528deb19 Mon Sep 17 00:00:00 2001 From: rultor Date: Sat, 15 Jan 2022 20:51:55 +0000 Subject: [PATCH] version set to 0.2.0 --- g2w/VERSION | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/g2w/VERSION b/g2w/VERSION index 77d6f4c..0ea3a94 100644 --- a/g2w/VERSION +++ b/g2w/VERSION @@ -1 +1 @@ -0.0.0 +0.2.0 diff --git a/setup.py b/setup.py index 54c0fd5..96408bf 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(*paths, **kwargs): """Read the contents of a text file safely. >>> read("g2w", "VERSION") - '0.0.0' + '0.2.0' >>> read("readme.md") ... """