Skip to content

Commit

Permalink
version set to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Jan 15, 2022
1 parent 8238d34 commit 486cf15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion g2w/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
0.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
...
"""
Expand Down

0 comments on commit 486cf15

Please sign in to comment.