up version

This commit is contained in:
j 2012-09-07 03:57:05 +02:00
parent 9bc239de51
commit 764db8556b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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",