<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MANIFEST</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,4 @@
 /redmine
 /doc
-/pkg
\ No newline at end of file
+/pkg
+/dist
\ No newline at end of file</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -1,8 +1,8 @@
 module Dramatis
   module VERSION #:nodoc:
     MAJOR = 0
-    MINOR = 0
-    TINY  = 1
+    MINOR = 1
+    TINY  = 0
     STRING = [MAJOR, MINOR, TINY].join('.')
   end
 end</diff>
      <filename>lib/dramatis/version.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,19 @@
 from distutils.core import setup
 setup( name='dramatis',
-       version='0.0.1',
-       py_modules=['dramatis'] )
+       version='0.1.0',
+       author='Steven Parkes',
+       author_email='smparkes@smparkes.net',
+       url='http://dramatis.mischance.net',
+       description=&quot;an actor library for ruby and python&quot;,
+       package_dir = {'':'lib'},
+       packages=[
+               'dramatis',
+               'dramatis.error',
+               'dramatis.future_value',
+               'dramatis.actor',
+               'dramatis.actor.name',
+               'dramatis.runtime',
+               'dramatis.runtime.actor',
+               'dramatis.runtime.continuation',
+               ],
+       )</diff>
      <filename>setup.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e00249d5349072dfc70bf3d27d8fe21214e000ec</id>
    </parent>
  </parents>
  <author>
    <name>Steven Parkes</name>
    <email>smparkes@smparkes.net</email>
  </author>
  <url>http://github.com/dramatis/dramatis/commit/68bee97be07b58576490595613d87d48fc7a9e84</url>
  <id>68bee97be07b58576490595613d87d48fc7a9e84</id>
  <committed-date>2008-06-05T20:02:09-07:00</committed-date>
  <authored-date>2008-06-05T20:02:09-07:00</authored-date>
  <message>a draft of the 0.1.0 release; need to fix the docs and the tutorials</message>
  <tree>6f935641f5dfe62b0a643cfcc8d7333feda5760c</tree>
  <committer>
    <name>Steven Parkes</name>
    <email>smparkes@smparkes.net</email>
  </committer>
</commit>
