Skip to content

Commit

Permalink
fix manifest.in, close #6
Browse files Browse the repository at this point in the history
  • Loading branch information
ingwinlu committed Mar 4, 2015
1 parent dd25465 commit db7c466
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
recursive-include tests *
recursive-exclude tests *.pyc
include LICENSE.txt
include README.md
include README.rst
3 changes: 2 additions & 1 deletion twitch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

#-*- encoding: utf-8 -*-
VERSION='0.4.0'
VERSION='0.4.1'
MAX_RETRIES=5
import sys
try:
Expand Down

0 comments on commit db7c466

Please sign in to comment.