Skip to content

Commit

Permalink
Bumped to 0.9.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
toastdriven committed Jan 12, 2015
1 parent 24cd327 commit 256e9fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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, 9, 0, 'dev')
__version__ = (0, 9, 0)
__license__ = 'BSD'


Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
# The short X.Y version.
version = '0.9.0'
# The full version, including alpha/beta/rc tags.
release = '0.9.0-dev'
release = '0.9.0'

# 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.9.0-dev',
version='0.9.0',
description='Simple offline task queues.',
author='Daniel Lindsley',
author_email='daniel@toastdriven.com',
Expand Down

0 comments on commit 256e9fa

Please sign in to comment.