Skip to content

Commit

Permalink
Bump version to 0.0.12
Browse files Browse the repository at this point in the history
Change dev status to beta.
  • Loading branch information
jamesls committed Mar 27, 2015
1 parent 82eece1 commit 90ebefc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boto3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


__author__ = 'Amazon Web Services'
__version__ = '0.0.11'
__version__ = '0.0.12'


# The default Boto3 session; autoloaded when needed.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_version():
]

requires = [
'botocore==0.97.0',
'botocore==0.99.0',
'bcdoc==0.12.2',
'jmespath==0.6.1',
]
Expand All @@ -50,7 +50,7 @@ def get_version():
install_requires=requires,
license=open("LICENSE").read(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Natural Language :: English',
'License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 90ebefc

Please sign in to comment.