Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Version bump for PyPI, pre 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Socol committed Aug 13, 2012
1 parent 60df881 commit ee9bb1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@

setup(
name='django-waffle',
version='0.8.0',
version='0.8.1',
description='A feature flipper for Django.',
long_description=open('README.rst').read(),
author='James Socol',
Expand Down
2 changes: 1 addition & 1 deletion waffle/__init__.py
Expand Up @@ -8,7 +8,7 @@
from waffle.models import Flag, Sample, Switch


VERSION = (0, 8, 0)
VERSION = (0, 8, 1)
__version__ = '.'.join(map(str, VERSION))


Expand Down

0 comments on commit ee9bb1d

Please sign in to comment.