From e24b644a091118d319a18c493b052fc47ad2fd3b Mon Sep 17 00:00:00 2001 From: mdipierro Date: Mon, 15 Oct 2012 14:48:45 -0500 Subject: [PATCH] fixed make pip --- Makefile | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8b7bb471..28c222ed 100644 --- a/Makefile +++ b/Makefile @@ -130,5 +130,5 @@ pip: # after upload clean Web2py sources with rm -R ./dist # http://guide.python-distribute.org/creation.html python setup.py sdist - python setup.py register - python setup.py sdist upload + sudo python setup.py register + sudo python setup.py sdist upload diff --git a/VERSION b/VERSION index 4cac973f..231b2e09 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.1.1 (2012-10-15 14:43:43) dev +Version 2.1.1 (2012-10-15 14:48:33) dev