diff --git a/datatableview/__init__.py b/datatableview/__init__.py index 6267f9c..64cd340 100644 --- a/datatableview/__init__.py +++ b/datatableview/__init__.py @@ -15,8 +15,8 @@ __name__ = "datatableview" __author__ = "Autumn Valenta" -__version_info__ = (2, 1, 33) -__version__ = "2.1.33" +__version_info__ = (2, 1, 34) +__version__ = "2.1.34" __date__ = "2013/11/14 2:00:00 PM" __credits__ = ["Autumn Valenta", "Steven Klass"] __license__ = "See the file LICENSE.txt for licensing information."