From 4edab8edaac6d8d5901ac04eb9154e0bd2b3b21b Mon Sep 17 00:00:00 2001 From: Tyler Spadgenske Date: Sun, 16 Aug 2015 11:04:44 +0000 Subject: [PATCH] 0.5.1 --- README.md | 2 +- src/main.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a28800..4f019cf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TYOS -0.4.9 Beta
+0.5.1
A mobile operating system for the tyfone. copyright :copyright: 2015 Tyler Spadgenske diff --git a/src/main.py b/src/main.py index c459dd5..34d80e1 100644 --- a/src/main.py +++ b/src/main.py @@ -12,7 +12,7 @@ sudo python /home/pi/tyos/src/main.py --version ''' -VERSION = '0.4.9' +VERSION = '0.5.1' import pygame, sys, os, time, datetime, traceback, warnings from pygame.locals import *