Skip to content

Commit 4ba5613

Browse files
committed
include c++ header files in MANIFEST
1 parent 4e7c22d commit 4ba5613

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
include LICENSE README.md
2+
include src/riskparityportfolio/*.h
23
graft third-party

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import setuptools
55
import os
66

7-
__version__ = "0.5"
7+
__version__ = "0.5.1"
88

99
# Prepare and send a new release to PyPI
1010
if "release" in sys.argv[-1]:

src/riskparityportfolio/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4"
1+
__version__ = "0.5.1"

0 commit comments

Comments
 (0)