From 764db8556b39ef469771851f088ccee359ac8130 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 7 Sep 2012 03:57:05 +0200 Subject: [PATCH] up version --- ox/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",