Skip to content

Commit ac566ab

Browse files
Merge pull request #10 from yuta-nakahara/release
Update setup.py
2 parents 0d34ac2 + 0f8d131 commit ac566ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

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

3434
setup(
3535
name='bayesml',
36-
version='0.0.3',
36+
version='0.1.0',
3737
packages=find_packages(),
3838
author='Yuta Nakahara et al.',
3939
author_email='yuta.nakahara@aoni.waseda.jp',
40-
url='https://github.com/yuta-nakahara/BayesML',
40+
url='https://yuta-nakahara.github.io/BayesML/',
4141
description=DOCLINES[0],
4242
long_description="\n".join(DOCLINES[2:]),
4343
long_description_content_type='text/markdown',
44-
classifiers=['Development Status :: 2 - Pre-Alpha',
44+
classifiers=['Development Status :: 3 - Alpha',
4545
'License :: OSI Approved :: BSD License',
4646
'Intended Audience :: Education',
4747
'Intended Audience :: Science/Research',

0 commit comments

Comments
 (0)