Skip to content

Commit fc9671c

Browse files
author
Nikola Jajcay
committed
add manifest.in
1 parent d595a5c commit fc9671c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include README_pypi.md
2+
include requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="pygpso",
23-
version="0.1",
23+
version="0.1.1",
2424
description="Bayesian optimisation method leveraging Gaussian Processes "
2525
"surrogate",
2626
long_description=long_description,

0 commit comments

Comments
 (0)