Skip to content

Commit e49f0f5

Browse files
Update setup.py
1 parent 31f5992 commit e49f0f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='bayesml',
36-
version='0.1.0',
36+
version='0.1.1',
3737
packages=find_packages(),
3838
author='Yuta Nakahara et al.',
3939
author_email='yuta.nakahara@aoni.waseda.jp',
@@ -57,4 +57,4 @@
5757
'matplotlib >= 3.5'
5858
],
5959
python_requires='~=3.7',
60-
)
60+
)

0 commit comments

Comments
 (0)