diff --git a/setup.py b/setup.py index d862cc7a..86d9f954 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup(name='textile', - version='2.1.0', + version='2.1.1', description='This is Textile. A Humane Web Text Generator.', author='Jason Samsa', author_email='jsamsa@gmail.com', diff --git a/textile.py b/textile.py index 18a24be2..aba57325 100644 --- a/textile.py +++ b/textile.py @@ -5,10 +5,9 @@ A Humane Web Text Generator """ -__version__ = '2.1.0' - -__date__ = '2008/11/21' +__version__ = '2.1.1' +__date__ = '2008/11/30' __copyright__ = """ Copyright (c) 2008, Jason Samsa, http://jsamsa.com/