Skip to content

Commit 15ecb30

Browse files
Update setup.py
1 parent 7a54c24 commit 15ecb30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="precise",
10-
version="0.0.3",
10+
version="0.1.0",
1111
description="Online covariance and precision estimation",
1212
long_description=README,
1313
long_description_content_type="text/markdown",
@@ -21,7 +21,7 @@
2121
"Programming Language :: Python :: 3.8",
2222
],
2323
packages=["precise","precise.oo","precise.covariance","precise.structure","precise.plotting",
24-
"precise.oo.empirical","precise.precision"],
24+
"precise.oo.empirical","precise.precision","precise.data","precise.synthetic"],
2525
test_suite='pytest',
2626
tests_require=['pytest'],
2727
include_package_data=True,

0 commit comments

Comments
 (0)