Skip to content

Commit

Permalink
Bump to production release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtth committed May 27, 2015
1 parent 652fab5 commit 64910cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@

"""HdfsCLI."""

__version__ = '0.5.3'
__version__ = '1.0.0'

import logging as lg
try:
from .client import Client, InsecureClient, TokenClient
from .ext import * # import all exported extensions, nothin' on you
from .ext import * # Import all symbols exported by extensions.
except ImportError:
pass # in setup.py
pass # In setup.py.


class _NullHandler(lg.Handler):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
license='MIT',
packages=find_packages(),
classifiers=[
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python',
Expand Down

0 comments on commit 64910cb

Please sign in to comment.