Skip to content

Commit 3975ea7

Browse files
committed
fix distribution
1 parent b962b8b commit 3975ea7

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
CHANGES
22
=======
33

4+
0.0.2 (2016-01-13)
5+
------------------
6+
7+
* Added MANIFEST.in
8+
9+
410
0.0.1 (2016-01-13)
511
------------------
612

MANIFEST.in

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
include LICENSE
2+
include CHANGES.txt
3+
include README.rst
4+
graft aiohttp_sse
5+
global-exclude *.pyc *.swp

aiohttp_sse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from aiohttp.web import StreamResponse
55
from aiohttp.web import HTTPMethodNotAllowed
66

7-
__version__ = '0.0.1'
7+
__version__ = '0.0.2'
88
__all__ = ['EventSourceResponse']
99

1010

0 commit comments

Comments
 (0)