# HG changeset patch # User Jeff Hammel # Date 1320011135 25200 # Node ID e5336ec2ee02898ea1504933e4cd3e70eb50452d # Parent ee74cf1e444b3b01faa03a750950d984a1d82526 make sequence template better and more error resistant diff -r ee74cf1e444b -r e5336ec2ee02 montage/templates/sequence.html --- a/montage/templates/sequence.html Wed Oct 27 09:48:04 2010 -0700 +++ b/montage/templates/sequence.html Sun Oct 30 14:45:35 2011 -0700 @@ -11,7 +11,7 @@
-
diff -r ee74cf1e444b -r e5336ec2ee02 setup.py --- a/setup.py Wed Oct 27 09:48:04 2010 -0700 +++ b/setup.py Sun Oct 30 14:45:35 2011 -0700 @@ -1,7 +1,7 @@ import os from setuptools import setup, find_packages -version = '0.3.1' +version = '0.3.2' try: description = file(os.path.join(os.path.dirname(__file__), 'README.txt')).read()