Skip to content

Commit

Permalink
Fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Claeys committed Sep 20, 2017
1 parent c34edcb commit 3c868ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
def readfile(fname):
return codecs.open(os.path.join(here, fname), encoding='utf-8').read()

version = '0.8.1'
version = '0.8.2'

README = readfile('README.rst')
CHANGES = readfile('CHANGES.rst')
Expand Down
File renamed without changes.

0 comments on commit 3c868ce

Please sign in to comment.