Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update release info
  • Loading branch information
cakebread committed Apr 4, 2012
1 parent 59b6948 commit 6e10a09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
NEWS = open(os.path.join(here, 'NEWS.txt')).read()


version = '0.0.5'
version = '0.0.6'

install_requires = ['twilio>=3.3.3', 'ConfigObj', 'clint']

Expand Down
2 changes: 1 addition & 1 deletion src/twerp/__init__.py
@@ -1,4 +1,4 @@

__version__ = '0.0.5'
__version__ = '0.0.6'

__all__ = ["twilio_support", "cli"]

0 comments on commit 6e10a09

Please sign in to comment.