Skip to content

Commit

Permalink
Bumped to 0.7.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Jan 2, 2015
1 parent 5204f6f commit 1e04629
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alligator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .workers import Worker

__author__ = 'Daniel Lindsley'
__version__ = (0, 8, 0, 'dev')
__version__ = (0, 7, 1)
__license__ = 'BSD'


Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.0'
version = '0.7.1'
# The full version, including alpha/beta/rc tags.
release = '0.8.0-dev'
release = '0.7.1-dev'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='alligator',
version='0.8.0-dev',
version='0.7.1',
description='Simple offline task queues.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand Down

0 comments on commit 1e04629

Please sign in to comment.