Skip to content

Commit

Permalink
bump version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vgod committed Feb 6, 2013
1 parent ef84086 commit 760cc2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsd.py
Expand Up @@ -8,7 +8,7 @@
from socket import socket, AF_INET, SOCK_DGRAM
import time

__version__ = '1.0.2'
__version__ = '1.0.3'

STATSD_HOST = 'localhost'
STATSD_PORT = 8125
Expand Down

0 comments on commit 760cc2d

Please sign in to comment.