diff options
| author | James Socol <me@jamessocol.com> | 2014-01-03 02:02:58 -0500 |
|---|---|---|
| committer | James Socol <me@jamessocol.com> | 2014-01-03 02:02:58 -0500 |
| commit | 59e3e2e64a3009697502c6064da997268419921a (patch) | |
| tree | 79fcbb2d9daed4d03930563e9f2e8b75a703a1c8 /statsd/__init__.py | |
| parent | 56e553055e7acb02fcdaeb56b598e5a8cce431b4 (diff) | |
| download | pystatsd-59e3e2e64a3009697502c6064da997268419921a.tar.gz | |
Version 2.1.
Diffstat (limited to 'statsd/__init__.py')
| -rw-r--r-- | statsd/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/statsd/__init__.py b/statsd/__init__.py index 6af74c5..4aa254c 100644 --- a/statsd/__init__.py +++ b/statsd/__init__.py @@ -16,7 +16,7 @@ except ImportError: settings = None from .client import StatsClient -from ._version import __version__ # noqa +from ._version import __version__, VERSION # noqa __all__ = ['StatsClient', 'statsd'] |
