diff options
Diffstat (limited to 'tools/gyp/setup.py')
-rwxr-xr-x | tools/gyp/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gyp/setup.py b/tools/gyp/setup.py index 656f912b83..3ee802d671 100755 --- a/tools/gyp/setup.py +++ b/tools/gyp/setup.py @@ -15,7 +15,7 @@ with open(path.join(here, "README.md")) as in_file: setup( name="gyp-next", - version="0.5.0", + version="0.6.0", description="A fork of the GYP build system for use in the Node.js projects", long_description=long_description, long_description_content_type="text/markdown", |