We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a61c2 commit f4237abCopy full SHA for f4237ab
pysampling/version.py
@@ -1 +1 @@
1
-__version__ = "0.1.1"
+__version__ = "0.1.2"
setup.py
@@ -22,6 +22,7 @@
22
license='Apache License 2.0',
23
keywords="optimization",
24
install_requires=['numpy>=1.15'],
25
+ include_package_data=True,
26
platforms='any',
27
classifiers=[
28
'Intended Audience :: Developers',
0 commit comments