Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
krrr committed Jan 23, 2016
1 parent 56b8645 commit a766774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from setuptools import setup, find_packages
import wstan

Expand Down
2 changes: 1 addition & 1 deletion wstan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import re
from binascii import Error as Base64Error

__version__ = '0.1'
__version__ = '0.2'

# global variables shared between modules
config = loop = None
Expand Down

0 comments on commit a766774

Please sign in to comment.