Prepare release 0.1.2

This commit is contained in:
ohbarye
2016-08-02 02:06:48 +09:00
parent 2ced54f2ba
commit 27f48ef26c
2 changed files with 12 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def read_file(filename):
setup(
name = 'markdown-server',
version = '0.1.1',
version = '0.1.2',
description = 'A simple markdown server.',
long_description = read_file('README.rst'),
author = 'Masato Ohba',