Skip to content

Commit 391297f

Browse files
committed
Add missing manifest
1 parent 5a142e1 commit 391297f

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,3 +1,4 @@
11
include udp.hpp
22
include sepia.hpp
33
include python/event_stream.cpp
4+
include python/npy_2_compat.h

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def finalize_options(self):
2828

2929
setuptools.setup(
3030
name="event_stream",
31-
version="1.6.2",
31+
version="1.6.3",
3232
url="https://github.com/neuromorphicsystems/event_stream",
3333
author="Alexandre Marcireau",
3434
author_email="[email protected]",

0 commit comments

Comments
 (0)