Skip to content

Commit f978e18

Browse files
committed
include readme in manifest, bump to 0.5
1 parent b1689e1 commit f978e18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
include *.txt
2+
include *.md

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55

6-
version = 0.4
6+
version = 0.5
77

88

99
with open('README.md', 'rt') as f:

0 commit comments

Comments
 (0)