Skip to content

Commit

Permalink
Sigh, tweak and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
brendonh committed Aug 6, 2011
1 parent 048ad00 commit de5c6cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Expand Up @@ -3,4 +3,4 @@ recursive-include warp/priv *
recursive-include warp/static * recursive-include warp/static *
recursive-include warp/templates * recursive-include warp/templates *
recursive-include warp/messages * recursive-include warp/messages *
graft twisted recursive-include twisted/plugins *.py
4 changes: 2 additions & 2 deletions setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages from setuptools import setup, find_packages


setup(name="warp", setup(name="warp",
version="0.2.1", version="0.2.2",
zip_safe = False, zip_safe = False,
include_package_data=True, include_package_data=True,


Expand All @@ -11,7 +11,7 @@
url="http://wiki.github.com/brendonh/warp", url="http://wiki.github.com/brendonh/warp",
long_description=open('README').read(), long_description=open('README').read(),


download_url="https://github.com/brendonh/warp/tarball/v0.2.1", download_url="https://github.com/brendonh/warp/tarball/v0.2.2",


packages = find_packages('.') + ["twisted.plugins"], packages = find_packages('.') + ["twisted.plugins"],


Expand Down
2 changes: 1 addition & 1 deletion warp/__init__.py
@@ -1 +1 @@
VERSION = "0.2.1" VERSION = "0.2.2"

0 comments on commit de5c6cf

Please sign in to comment.