Skip to content

Commit

Permalink
Fix typo in RELEASE.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Dec 2, 2016
1 parent 4adcd1d commit d252195
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.rst
Expand Up @@ -66,12 +66,12 @@ Prepare binary assets

$ tox -e py27-package
...
$ ./dist/py27 --version
$ ./dist/pex27 --version
pex27 1.1.1

$ tox -e py35-package
...
$ ./dist/py35 --version
$ ./dist/pex35 --version
pex35 1.1.1

Craft the Release
Expand Down

0 comments on commit d252195

Please sign in to comment.