Skip to content

Commit 28d8288

Browse files
author
James Socol
committed
New feature -> new version.
1 parent 5b54086 commit 28d8288

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

statsd/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__all__ = ['StatsClient', 'statsd', 'VERSION']
1010

11-
VERSION = (0, 1, 1)
11+
VERSION = (0, 2, 0)
1212
__version__ = '.'.join(map(str, VERSION))
1313

1414

0 commit comments

Comments
 (0)