Skip to content

Commit f8bba49

Browse files
committed
add manifest, bump version to 1.0.6
1 parent 22916af commit f8bba49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
graft cpp/src
2+
graft cpp/include
3+
graft cpp/external
4+
include LICENSE

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def get_openmp_flag():
5151

5252
setup(
5353
name='diffcp',
54-
version="1.0.5post0",
54+
version="1.0.6",
5555
author="Akshay Agrawal, Shane Barratt, Stephen Boyd, Enzo Busseti, Walaa Moursi",
5656
long_description=long_description,
5757
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)