up version
This commit is contained in:
parent
9bc239de51
commit
764db8556b
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# vi:si:et:sw=4:sts=4:ts=4
|
# vi:si:et:sw=4:sts=4:ts=4
|
||||||
# GPL 2011
|
# GPL 2011
|
||||||
__version__ = '2.0.1'
|
__version__ = '2.1.1'
|
||||||
|
|
||||||
import cache
|
import cache
|
||||||
import js
|
import js
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -19,7 +19,7 @@ def get_bzr_version():
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="ox",
|
name="ox",
|
||||||
version="2.0.%s" % get_bzr_version() ,
|
version="2.1.%s" % get_bzr_version() ,
|
||||||
description="python-ox - the web in a dict",
|
description="python-ox - the web in a dict",
|
||||||
author="0x2620",
|
author="0x2620",
|
||||||
author_email="0x2620@0x2620.org",
|
author_email="0x2620@0x2620.org",
|
||||||
|
|
Loading…
Reference in a new issue