~fenics-core/instant/1.0.x

« back to all changes in this revision

Viewing changes to instant/__init__.py

  • Committer: Andre Massing
  • Date: 2013-01-07 19:44:51 UTC
  • Revision ID: massing@simula.no-20130107194451-1bdo7127ged9uz81
Tags: 1.0.1
Updated version to 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""
18
18
 
19
19
__authors__ = "Magne Westlie, Kent-Andre Mardal <kent-and@simula.no>, Martin Alnes <martinal@simula.no>, Ilmar M. Wilbers <ilmarw@simula.no>"
20
 
__date__ = "2011-12-07"
21
 
__version__ = "1.0.0"
 
20
__date__ = "2013-01-07"
 
21
__version__ = "1.0.1"
22
22
 
23
23
# TODO: Import only the official interface
24
24
from output import *