Skip to content

Commit 38fc812

Browse files
committed
New distribution [0.13.0.post2]
- fixed minor bugs in setup.py with encoding errors
1 parent 8a26fe0 commit 38fc812

File tree

3 files changed

+42
-30
lines changed

3 files changed

+42
-30
lines changed

Pipfile.lock

Lines changed: 39 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release

Submodule release updated from 5a0cdeb to b2a8209

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
from distutils.core import setup
77

88
# version string
9-
__version__ = '0.13.0.post1'
9+
__version__ = '0.13.0.post2'
1010

1111
# README
12-
with open('README.md') as file:
12+
with open('README.md', encoding='utf-8') as file:
1313
long_description = file.read()
1414

1515
# set-up script for pip distribution

0 commit comments

Comments
 (0)