~ubuntu-branches/ubuntu/utopic/ffc/utopic

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2011-10-26 17:52:20 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20111026175220-ope1dzqv4jn2b8pq
Tags: 1.0-beta2-1
* New upstream release. This release includes some performance
  improvements for evaluating basis functions. It also adds support
  for Bessel functions and error functions.
* debian/control: Bump version numbers for python-ufc, python-fiat,
  python-instant, and python-ufl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    scripts.extend(batch_files)
22
22
 
23
23
setup(name = "FFC",
24
 
      version = "1.0-beta",
 
24
      version = "1.0-beta2",
25
25
      description = "The FEniCS Form Compiler",
26
26
      author = "Anders Logg, Kristian Oelgaard, Marie Rognes et al.",
27
27
      author_email = "ffc@lists.launchpad.net",