diff --git a/README.md b/README.md index 62b0f40..174f3f8 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,6 @@ or [virtualenv](http://pypi.python.org/pypi/virtualenv) to do unprivileged installs into custom paths. Alternatively, `./yapps2` can be run right from the checkout tree, without any -installation, just run "python setup.py build" beforehand. +installation. No extra package dependencies. diff --git a/setup.py b/setup.py index 38235f9..96f7d16 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ except IOError: readme = '' setup( name = 'yapps', - version = '13.01.6', + version = '13.01.7', author = 'Amit J. Patel, Matthias Urlichs', author_email = 'amitp@cs.stanford.edu, smurf@debian.org', maintainer = 'Mike Kazantsev',