Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pgu/__init__.py
diff options
context:
space:
mode:
authorSin Nombre <sin@ubuntu.(none)>2010-05-28 20:45:29 (GMT)
committer Sin Nombre <sin@ubuntu.(none)>2010-05-28 20:45:29 (GMT)
commit9e93d1b9802385900b6f833f81f84c0ac50f91ef (patch)
treef2c16599bde31b31e5d44bae4a87e7e4093f3cab /pgu/__init__.py
parentac8cbb6691ba3de1c7c42f4362edbe11270f4506 (diff)
Beta version complete with state and capital quizzesHEADmaster
Diffstat (limited to 'pgu/__init__.py')
-rw-r--r--pgu/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/pgu/__init__.py b/pgu/__init__.py
new file mode 100644
index 0000000..2212ede
--- /dev/null
+++ b/pgu/__init__.py
@@ -0,0 +1,7 @@
+"""Phil's pyGame Utilities
+
+
+"""
+__version__ = '0.10.6'
+
+# vim: set filetype=python sts=4 sw=4 noet si :