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.
2 parents 0d34ac2 + 0f8d131 commit ac566abCopy full SHA for ac566ab
setup.py
@@ -33,15 +33,15 @@
33
34
setup(
35
name='bayesml',
36
- version='0.0.3',
+ version='0.1.0',
37
packages=find_packages(),
38
author='Yuta Nakahara et al.',
39
author_email='yuta.nakahara@aoni.waseda.jp',
40
- url='https://github.com/yuta-nakahara/BayesML',
+ url='https://yuta-nakahara.github.io/BayesML/',
41
description=DOCLINES[0],
42
long_description="\n".join(DOCLINES[2:]),
43
long_description_content_type='text/markdown',
44
- classifiers=['Development Status :: 2 - Pre-Alpha',
+ classifiers=['Development Status :: 3 - Alpha',
45
'License :: OSI Approved :: BSD License',
46
'Intended Audience :: Education',
47
'Intended Audience :: Science/Research',
0 commit comments