Skip to content

Commit

Permalink
increasing versions to 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Leighton committed Apr 10, 2011
1 parent 531b062 commit 2829c12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.7
VERSION=0.8

help:
@echo
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.py
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion run_bootstrap_first_then_pyjd_setup.py
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion run_bootstrap_first_then_setup.py
Expand Up @@ -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",
Expand Down

0 comments on commit 2829c12

Please sign in to comment.