diff --git a/README.markdown b/README.markdown index 476b27e..d5451ed 100644 --- a/README.markdown +++ b/README.markdown @@ -20,12 +20,12 @@ First of all, install the dependencies : Retrieve the archive from [pypi](http://pypi.python.org/pypi/Ivolution/1.0) ``` - $ wget http://pypi.python.org/packages/source/I/Ivolution/Ivolution-1.0.tar.gz + $ wget http://pypi.python.org/packages/source/I/Ivolution/Ivolution-0.5.1.tar.gz ``` Uncompress the archive and move into it ``` - $ tar xvf Ivolution-1.0.tar.gz; cd Ivolution-1.0 + $ tar xvf Ivolution-0.5.1.tar.gz; cd Ivolution-0.5.1 ``` Finally, install the application (need administrators rights) @@ -56,7 +56,7 @@ git clone git://github.com/jlengrand/FaceMovie.git Now that Ivolution is installed on your system, let's start playing with it ! To run Ivolution, simply run it from any terminal : ``` - $ Ivolution + $ Ivolutioner ``` ## Work in progress @@ -97,4 +97,4 @@ I would enjoy having feedback if you like this idea, or even used it. Send me a You can contact me at julien at lengrand dot fr, or on my [current website](http://www.lengrand.fr). -Version : 1.0 \ No newline at end of file +Version : 0.5.1 \ No newline at end of file diff --git a/setup.py b/setup.py index 80d0bec..cd624cf 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ def create_personal(): setup( name = "Ivolution", - version = "1.0", + version = "0.5.1", author = "Julien Lengrand-Lambert", author_email = "julien@lengrand.fr", description = ("Timelapse creation using Face Recognition"),