Skip to content

Commit f4237ab

Browse files
author
Julian Blank
committed
VERSION 0.1.2
1 parent 66a61c2 commit f4237ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pysampling/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
license='Apache License 2.0',
2323
keywords="optimization",
2424
install_requires=['numpy>=1.15'],
25+
include_package_data=True,
2526
platforms='any',
2627
classifiers=[
2728
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)