Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ellethee committed Mar 16, 2018
1 parent 87f733f commit 935c506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonwspclient/jsonwspclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
try:
__version__ = pkg_resources.get_distribution(__name__).version
except:
__version__ = 'unknown'
__version__ = '1.0.3'


class JsonWspClient(object):
Expand Down

0 comments on commit 935c506

Please sign in to comment.