diff --git a/ox/__init__.py b/ox/__init__.py index fd0acf4..e667851 100644 --- a/ox/__init__.py +++ b/ox/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # vi:si:et:sw=4:sts=4:ts=4 # GPL 2011 -__version__ = '2.0.1' +__version__ = '2.1.1' import cache import js diff --git a/setup.py b/setup.py index 23b9fd1..1439618 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ def get_bzr_version(): setup( name="ox", - version="2.0.%s" % get_bzr_version() , + version="2.1.%s" % get_bzr_version() , description="python-ox - the web in a dict", author="0x2620", author_email="0x2620@0x2620.org",