Skip to content

Commit

Permalink
take out superfluous version string, edit contact info, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Folkinshteyn committed Jul 21, 2009
1 parent 752a10f commit adf1676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Binary file modified freericewordlist.txt
Binary file not shown.
8 changes: 3 additions & 5 deletions ricemaker.py
Expand Up @@ -30,9 +30,7 @@
# ricemaker.py
# Script to automatically generate rice on freerice.com
#
# Author: Daniel Folkinshteyn <dfolkins@temple.edu>
#
# Version: ricemaker.py 0.5.1 02-Jul-2009 dfolkins@gmail.com
# Author: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
#
# Project home (where to get the freshest version):
# http://wiki.df.dreamhosters.com/wiki/RiceMaker
Expand All @@ -57,12 +55,12 @@ class VersionInfo:
'''
def __init__(self):
self.name = "RiceMaker"
self.version = "0.5.2"
self.version = "0.5.3"
self.description = "Script to automatically generate rice on freerice.com"
self.url = "http://wiki.df.dreamhosters.com/wiki/RiceMaker"
self.license = "GPL"
self.author = "Daniel Folkinshteyn"
self.author_email = "dfolkins@temple.edu"
self.author_email = "nanotube@users.sourceforge.net"
self.platform = "Any"

class RiceMakerController:
Expand Down

0 comments on commit adf1676

Please sign in to comment.