~jderose/wehjit/trunk

« back to all changes in this revision

Viewing changes to wehjit/__init__.py

  • Committer: Jason Gerard DeRose
  • Date: 2010-01-20 17:36:41 UTC
  • Revision ID: jderose@redhat.com-20100120173641-5w8c0ylnwbfjh79s
Bumped version to 0.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
293
293
from base import Widget, Container, Form, Field, Page
294
294
from wehjit.state import Static, Dynamic, StaticProp, DynamicProp
295
295
 
296
 
__version__ = '0.1.1'
 
296
__version__ = '0.2.0'
297
297
staticdir = path.join(path.dirname(path.abspath(__file__)), 'static')
298
298
load_builtins(__name__)
299
299
freeze(builtins)