Merge pull request #7 from ohbarye/0.1.3

Release 0.1.3 / Fix bug related to path
This commit is contained in:
Masato Ohba
2016-08-02 02:30:52 +09:00
committed by GitHub
+1 -1
View File
@@ -11,7 +11,7 @@ def read_file(filename):
setup(
name = 'markdown-server',
version = '0.1.2',
version = '0.1.3',
description = 'A simple markdown server.',
long_description = read_file('README.rst'),
author = 'Masato Ohba',