diff --git a/pyweb/djextdirect/__init__.py b/pyweb/djextdirect/__init__.py index 830839d..ab6462f 100644 --- a/pyweb/djextdirect/__init__.py +++ b/pyweb/djextdirect/__init__.py @@ -15,7 +15,7 @@ * GNU General Public License for more details. """ -VERSION = ( 0, 9 ) +VERSION = ( 0, 10 ) VERSIONSTR = "v%d.%d" % VERSION