From 2829c12221637806e0a7bef4fefd4853dbf11cb9 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sun, 10 Apr 2011 15:54:44 +0100 Subject: [PATCH] increasing versions to 0.8 --- Makefile | 2 +- bootstrap.py | 2 +- run_bootstrap_first_then_pyjd_setup.py | 2 +- run_bootstrap_first_then_setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 34151c352..dedab8681 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.7 +VERSION=0.8 help: @echo diff --git a/bootstrap.py b/bootstrap.py index 84b92ff10..ff91068eb 100644 --- a/bootstrap.py +++ b/bootstrap.py @@ -3,7 +3,7 @@ """ simple creation of three commands, customised for your specific system. windows users get a corresponding batch file. yippeeyaiyay. """ -version = '0.7~+pre2' +version = '0.8~+alpha1' import os import sys diff --git a/run_bootstrap_first_then_pyjd_setup.py b/run_bootstrap_first_then_pyjd_setup.py index e6a73cc59..6c8bcb213 100644 --- a/run_bootstrap_first_then_pyjd_setup.py +++ b/run_bootstrap_first_then_pyjd_setup.py @@ -20,7 +20,7 @@ """ setup(name = "Pyjamas Desktop", - version = "0.7", + version = "0.8", description = "Pyjamas Widget API for Web applications, in Python", long_description = open('README', 'rt').read(), url = "http://pyjs.org", diff --git a/run_bootstrap_first_then_setup.py b/run_bootstrap_first_then_setup.py index 0a595ae23..e6e08d972 100644 --- a/run_bootstrap_first_then_setup.py +++ b/run_bootstrap_first_then_setup.py @@ -84,7 +84,7 @@ def get_dir(dirname): """) setup(name = "Pyjamas", - version = "0.7", + version = "0.8", description = "Pyjamas Widget API for Web applications, in Python", long_description = open('README', 'rt').read(), url = "http://pyjs.org",