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") ... """